opam-version: "2.0"
maintainer: "defree@gmail.com"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
remove: [[make "uninstall"]]
depends: [
  "ocaml" {> "4.00.1" & < "4.02.0"}
  "ocamlfind"
  "yojson"
  "menhir"
  "ocamlbuild" {build}
]
depopts: [
  "sexplib"
]
dev-repo: "git://github.com/the-lambda-church/merlin"
install: [make "install"]
synopsis:
  "Editor helper, provides completion, typing and sources browsing in Vim and Emacs"
url {
  src:
    "https://github.com/the-lambda-church/merlin/archive/v1.3.1-trunk.tar.gz"
  checksum: "md5=6f78a42fadc459eca4dcdce0aac633d1"
}
