diff --git a/opam b/opam index 3671ee1..c536dd4 100644 --- a/opam +++ b/opam @@ -6,11 +6,13 @@ authors: "Anthony Scemama " homepage: "http://github.com/scemama/QCaml" #bug-reports: "" #license: "" -#dev-repo: "" +dev-repo: "http://github.com/scemama/QCaml" + build: [ ["./configure" "-prefix" "%{prefix}%"] [make] ] + install: [make "install"] remove: [ ["./configure" "-prefix" "%{prefix}%"]