opam-version: "2.0"
maintainer: "tews@os.inf.tu-dresden.de"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
depends: [
  "ocaml" {= "4.01.0"}
  "ocamlbuild"
]
install: [make "install"]
synopsis: "Tag file generation of OCaml sources (for vi and emacs)"
url {
  src: "http://askra.de/software/otags/otags-4.01.1.tar.gz"
  checksum: "md5=f2397017cfee52015b28a23c588b356f"
}
