File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed
packages/ppx_tools_versioned-android.5.1 Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ A variant of ppx_tools based on ocaml-migrate-parsetree
Original file line number Diff line number Diff line change
1
+ opam-version: "1.2"
2
+
3
+ authors: [
4
+ "Frédéric Bour <
[email protected] >"
5
+ "Alain Frisch <
[email protected] >"
6
+ ]
7
+ homepage: "https://github.com/let-def/ppx_tools_versioned"
8
+ bug-reports: "https://github.com/let-def/ppx_tools_versioned/issues"
9
+ license: "MIT"
10
+ tags: "syntax"
11
+ dev-repo: "git://github.com/let-def/ppx_tools_versioned.git"
12
+ build: [make "all"]
13
+ install: ["env" "OCAMLFIND_TOOLCHAIN=android" make "install"]
14
+ remove: ["ocamlfind" "-toolchain" "android" "remove" "ppx_tools_versioned"]
15
+ depends: [
16
+ "ocamlfind" {>= "1.5.0"}
17
+ "ocaml-migrate-parsetree" {>= "1.0.7"}
18
+ ]
19
+ available: [ocaml-version >= "4.02.0"]
Original file line number Diff line number Diff line change
1
+ http: "https://github.com/ocaml-ppx/ppx_tools_versioned/archive/5.1.tar.gz"
2
+ checksum: "e48cc87d6da6c2f3020fd8dfe8fe50de"
You can’t perform that action at this time.
0 commit comments