opam-version: "1"
maintainer: "alainmebsout@gmail.com"
authors: [
  "Sylvain Conchon"
  "Alain Mebsout"
]
homepage: "http://cubicle.lri.fr"
license: "Apache Software License version 2.0"
ocaml-version: [ >= "4.00.0"] 
build: [
  ["./configure" "--prefix" prefix]
  [make]
  [make "install" "MANDIR=%{man}%"]
]
depends: ["ocamlfind"]
depopts: ["functory" {>= "0.5"}]
