diff --git a/opam b/opam index 4b4684e..4081978 100644 --- a/opam +++ b/opam @@ -11,6 +11,14 @@ build: [ ] [make "build"] ] +build-doc: [ + ["./configure" "--enable-docs"] + [make "doc"] +] +build-test: [ + ["./configure" "--enable-tests"] + [make "test"] +] install: [make "install"] remove: [ ["ocamlfind" "remove" "sequence"]