opam-version: "2.0"
maintainer: "raphael.proust@cl.cam.ac.uk"
authors: [ "Raphaël Proust" ]
license: "BSD-3-Clause"
build: make
remove: [
  [make "uninstall"]
]
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind"
  "ocaml9p"
]
dev-repo: "git://github.com/raphael-proust/ocaml-acme"
install: [make "install"]
synopsis: "A library to interact with the acme text editor."
description: """
The acme text editor is extended and interacted with through a 9p file system
interface. This library provides primitives for these interactions."""
url {
  src: "https://github.com/raphael-proust/ocaml-acme/archive/0.1.tar.gz"
  checksum: "md5=7b7998bc92bc5c1b960fd688965734fc"
}
