-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathopam
42 lines (41 loc) · 999 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
opam-version: "2.0.2"
name: "jsexplain"
version: "1.0"
maintainer: "Thomas Wood <[email protected]>"
authors: [
"Arthur Charguéraud <[email protected]>"
"Alan Schmitt <[email protected]>"
"Thomas Wood <[email protected]>"
]
homepage: "http://jscert.org/"
bug-reports: "https://github.com/jscert/jsexplain/issues"
license: "BSD 3-clause"
dev-repo: "git://github.com/jscert/jsexplain.git"
build: [
["autoconf"]
["./configure" "-prefix" "%{prefix}%"]
[make]
]
install: [
[make "opam_install"]
]
remove: [
["autoconf"]
["./configure" "-prefix" "%{prefix}%"]
[make "clean"]
]
depends: [
"ocamlfind"
"ocamlbuild"
"alcotest"
"conf-autoconf"
"fjs_of_fml"
"ocaml" {= "4.07.1"}
]
pin-depends: [
["JS_Parser.dev" "git://github.com/resource-reasoning/JS_Parser.git#v0.1.0"]
]
url {
src : "http://jsexplain.gforge.inria.fr/opam/jsexplain/jsexplain-1.0.tar.gz"
checksum: "md5=a5f32846e57382fbd70b073e937570c2"
}