Skip to content

Commit 996bd10

Browse files
committed
[pa_ounit] add package files
1 parent 0751533 commit 996bd10

File tree

4 files changed

+26
-0
lines changed

4 files changed

+26
-0
lines changed

descr/pa_ounit.108.00

Whitespace-only changes.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
syntax "pa_ounit" {
2+
asmcomp: [ "-I" "%{lib}%/pa_ounit" ]
3+
bytelink: [ "-I" "%{lib}%/pa_ounit" ]
4+
asmlink: [ "-I" "%{lib}%/pa_ounit" "pa_ounit.cmxa" ]
5+
bytelink: [ "-I" "%{lib}%/pa_ounit" "pa_ounit.cma" ]
6+
requires: [ "camlp4.lib" "camlp4.quotations.o" "type_conv" ]
7+
}
8+

opam/pa_ounit.108.00.opam

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
opam-version: "1"
2+
3+
package "pa_ounit" {
4+
version: "108.00"
5+
maintainer: "[email protected]"
6+
substs: [ "pa_ounit.config" ]
7+
build: [
8+
[ "make" ]
9+
[ "make" "install" ]
10+
]
11+
syntax: [ "pa_ounit" ]
12+
depends: [
13+
"ocamlfind"
14+
"camlp4"
15+
"type_conv"
16+
]
17+
}

url/pa_ounit.108.00

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://bitbucket.org/yminsky/ocaml-core/downloads/pa_ounit-108.00.tar.gz

0 commit comments

Comments
 (0)