-
Notifications
You must be signed in to change notification settings - Fork 1
/
opam
30 lines (30 loc) · 928 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
opam-version: "1.2"
name: "ppx_import"
version: "1.4"
maintainer: "whitequark <[email protected]>"
authors: [ "whitequark <[email protected]>" ]
license: "MIT"
homepage: "https://github.com/whitequark/ppx_import"
bug-reports: "https://github.com/whitequark/ppx_import/issues"
dev-repo: "git://github.com/whitequark/ppx_import.git"
tags: [ "syntax" ]
substs: [ "pkg/META" ]
build: [
"ocaml" "pkg/build.ml" "native=%{ocaml-native}%"
"native-dynlink=%{ocaml-native-dynlink}%"
]
build-test: [
"ocamlbuild" "-classic-display" "-use-ocamlfind"
"src_test/test_ppx_import.byte" "--"
]
depends: [
"ppx_tools" {>= "0.99.1"}
"ocamlfind" {build}
"ocamlbuild" {build}
"cppo" {build}
"cppo_ocamlbuild" {build}
"ounit" {test}
"ppx_deriving" {test & >= "2.0"}
]
available: [ ocaml-version >= "4.02.0"
& opam-version >= "1.2.2" ]