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.03.0"}
  "ocamlfind"
]
install: [make "ocamlfind-install"]
synopsis: "Distributed computing library."
flags: light-uninstall
url {
  src: "https://www.lri.fr/~filliatr/functory/download/functory-0.6.tar.gz"
  checksum: "md5=0dd4a8ce7f2c8f293686a7df5c307477"
}
