opam-version: "1.2" name: "QCaml" version: "0.1" maintainer: "Anthony Scemama " authors: "Anthony Scemama " homepage: "http://github.com/scemama/QCaml" #bug-reports: "" #license: "" #dev-repo: "" build: [ ["./configure" "-prefix" "%{prefix}%"] [make] ] install: [make "install"] remove: [ ["./configure" "-prefix" "%{prefix}%"] [make "uninstall"] ["ocamlfind" "remove" "QCaml"] ] depends: [ "ocamlfind" "lacaml" {build} ]