Skip to content

Commit 2cef350

Browse files
committed
[res] add the package files
1 parent 996bd10 commit 2cef350

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed

descr/res.3.2.0

Whitespace-only changes.

files/res.3.2.0/res.config.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
library "res" {
2+
asmcomp: [ "-I" "%{lib}%/res" ]
3+
bytelink: [ "-I" "%{lib}%/res" ]
4+
asmlink: [ "-I" "%{lib}%/res" "res.cmxa" ]
5+
bytelink: [ "-I" "%{lib}%/res" "res.cma" ]
6+
}
7+

opam/res.3.2.0.opam

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
opam-version: "1"
2+
3+
package "res" {
4+
version: "3.2.0"
5+
maintainer: "[email protected]"
6+
substs: [ "res.config" ]
7+
build: [
8+
[ "make" ]
9+
[ "make" "install" ]
10+
]
11+
remove: [ "ocamlfind" "remove" "res" ]
12+
libraries: [ "res" ]
13+
}

url/res.3.2.0

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://bitbucket.org/mmottl/res/downloads/res-3.2.0.tar.gz

0 commit comments

Comments
 (0)