forked from ocaml-ppx/ppx_include
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopam
More file actions
23 lines (23 loc) · 725 Bytes
/
opam
File metadata and controls
23 lines (23 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
opam-version: "1.2"
name: "ppx_include"
version: "1.1"
maintainer: "whitequark <whitequark@whitequark.org>"
authors: [ "whitequark <whitequark@whitequark.org>" ]
license: "MIT"
homepage: "https://github.com/whitequark/ppx_include"
bug-reports: "https://github.com/whitequark/ppx_include/issues"
dev-repo: "git://github.com/whitequark/ppx_include.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_include.byte" "--"
]
depends: [
"ocamlfind" {build}
"cppo" {build}
]
available: [ ocaml-version >= "4.02.0" ]