opam-version: "2.0"
maintainer: "raphael.proust@cl.cam.ac.uk"
authors: [ "Raphaël Proust" "Oscar Hellström" ]
license: "BSD-3-Clause"
build: [
  [make]
  [make "htdoc"] {with-doc}
]
remove: [
  [make "uninstall"]
]
depends: [
  "ocaml" {>= "4.01.0" & < "4.06.0"}
  "ocamlfind"
]
dev-repo: "git://github.com/raphael-proust/ocaml9p"
install: [make "install"]
synopsis: "ocaml9p is a library for the 9p protocol."
description: """
9p is a protocol used throughout Plan9 system and software (including
software shipped in `plan9port`). It is generally used as a plateform and
language neutral interface for scripting: reading state and writing commands
through control files.

The current library is for 9p clients only."""
url {
  src: "https://github.com/raphael-proust/ocaml9p/archive/0.4.2.tar.gz"
  checksum: "md5=dbf8904f6a18d903de5daa2f461508ab"
}
