Skip to content

Commit f57bfda

Browse files
Julowwhitequark
authored andcommitted
+ppx_tools_versioned-android.5.1
1 parent b710b64 commit f57bfda

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
A variant of ppx_tools based on ocaml-migrate-parsetree
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
opam-version: "1.2"
2+
maintainer: "[email protected]"
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"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
http: "https://github.com/ocaml-ppx/ppx_tools_versioned/archive/5.1.tar.gz"
2+
checksum: "e48cc87d6da6c2f3020fd8dfe8fe50de"

0 commit comments

Comments
 (0)