From 8e4173bc6ec879bd64b5f8527a83b7c5d8c84881 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Sat, 16 Jun 2018 12:12:48 +0200 Subject: [PATCH] opam --- opam | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}%"]