We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b3397 commit 4749d40Copy full SHA for 4749d40
libdash.opam
@@ -31,6 +31,10 @@ build: [
31
["./ldconfig.sh"] # fix up .so files if ldconfig didn't do it
32
[make "-C" "ocaml" "test"] {with-test}
33
]
34
+install: [
35
+ ["opam-installer" "--prefix=%{prefix}%" "libdash.install"]
36
+ [make "-C" "test" "test"] {with-test}
37
+]
38
dev-repo: "git+https:///github.com/mgree/libdash"
39
url {
40
src: "https://github.com/mgree/libdash/archive/v0.1.tar.gz"
0 commit comments