Skip to content

Commit a748b29

Browse files
committed
Add an opam file
1 parent 0f0f909 commit a748b29

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

opam

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
opam-version: "1"
2+
maintainer: "[email protected]"
3+
version: "dev"
4+
build: [
5+
["./configure" "--prefix" prefix]
6+
[make]
7+
[make "install"]
8+
]
9+
remove: [
10+
["ocamlfind" "remove" "macaque"]
11+
]
12+
depends: [
13+
"ocamlfind"
14+
"pgocaml" {< "2.0"}
15+
"oasis" {>= "0.4.4"}
16+
"camlp4"
17+
]

0 commit comments

Comments
 (0)