forked from hhugo/ppx_deriving
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam
29 lines (29 loc) · 942 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
opam-version: "1.2"
name: "ppx_deriving"
version: "2.2"
maintainer: "Peter Zotov <[email protected]>"
authors: [ "Peter Zotov <[email protected]>" ]
license: "MIT"
homepage: "https://github.com/whitequark/ppx_deriving"
doc: "http://whitequark.github.io/ppx_deriving"
bug-reports: "https://github.com/whitequark/ppx_deriving/issues"
dev-repo: "git://github.com/whitequark/ppx_deriving.git"
tags: [ "syntax" ]
substs: [ "pkg/META" ]
build: [
# If there is no native dynlink, we can't use native builds
"ocaml" "pkg/build.ml" "native=%{ocaml-native-dynlink}%"
"native-dynlink=%{ocaml-native-dynlink}%"
]
build-test: [
"ocamlbuild" "-classic-display" "-use-ocamlfind" "src_test/test_ppx_deriving.byte" "--"
]
build-doc: [
make "doc"
]
depends: [
"ppx_tools" {>= "0.99.2"}
"ocamlfind" {build & >= "1.5.4"}
"ounit" {test}
]
available: [ ocaml-version >= "4.02.1" & opam-version >= "1.2" ]