opam-version: "2.0"
maintainer: "roberto@dicosmo.org"
authors: [
  "Jean-Christophe Filliâtre"
  "Kalyan Krishnamani"
]
homepage: "http://functory.lri.fr/"
license: "LGPL-2.1-only"
build: [
  ["./configure"]
  [make]
]
remove: [["ocamlfind" "remove" "functory"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
]
install: [make "ocamlfind-install"]
synopsis: "Distributed computing library."
flags: light-uninstall
url {
  src: "https://www.lri.fr/~filliatr/functory/download/functory-0.5.tar.gz"
  checksum: "md5=c7e6576c3e6b3a7e247eab530d7e4de8"
}
