-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathopam
46 lines (45 loc) · 1.21 KB
/
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
42
43
44
45
46
(**************************************************************)
(* *)
(* This file is managed by ocp-autoconf *)
(* Remove it from `manage_files` in 'ocp-autoconf.config' *)
(* if you want to modify it manually (or use 'opam.trailer') *)
(* *)
(**************************************************************)
opam-version: "1.2"
maintainer: "OCamlPro <typerex@ocamlpro.com>"
authors: [
"OCamlPro <typerex@ocamlpro.com>"
]
homepage: "http://github.com/OCamlPro/typerex-lint"
dev-repo: "https://github.com/OCamlPro/typerex-lint.git"
bug-reports: "https://github.com/OCamlPro/typerex-lint/issues"
build: [
[ "./configure"
"--prefix"
"%{prefix}%"
"--with-ocamldir=%{prefix}%/lib"
"--with-metadir=%{prefix}%/lib"
]
[ make ]
]
install: [
[ make "install" ]
]
remove: [
[ "make" "uninstall" ]
]
depends: [
"js_of_ocaml"
"js_of_ocaml-camlp4"
"js_of_ocaml-tyxml"
"lwt"
"menhir"
"ocamlfind"
"ocp-build" {>= "1.99.20-beta" }
"ocp-indent"
"omd"
"ppx_tools"
"tyxml"
"yojson"
]
available: [ocaml-version >= "4.02.3"]