You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
868 B
27 lines
868 B
opam-version: "2.0" |
|
maintainer: "frederic.bour@lakaban.net" |
|
authors: [ |
|
"Frédéric Bour <frederic.bour@lakaban.net>" |
|
"Alain Frisch <alain.frisch@lexifi.com>" |
|
] |
|
license: "MIT" |
|
homepage: "https://github.com/let-def/ppx_tools_versioned" |
|
bug-reports: "https://github.com/let-def/ppx_tools_versioned/issues" |
|
dev-repo: "git://github.com/let-def/ppx_tools_versioned.git" |
|
tags: [ "syntax" ] |
|
build: [ |
|
["jbuilder" "subst" "-p" name] {pinned} |
|
["jbuilder" "build" "-p" name "-j" jobs] |
|
["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} |
|
] |
|
depends: [ |
|
"ocaml" {>= "4.02.0"} |
|
"jbuilder" {build & >= "1.0+beta17"} |
|
"ocaml-migrate-parsetree" {>= "1.0.10"} |
|
] |
|
synopsis: "A variant of ppx_tools based on ocaml-migrate-parsetree" |
|
url { |
|
src: |
|
"https://github.com/ocaml-ppx/ppx_tools_versioned/archive/5.2.1.tar.gz" |
|
checksum: "md5=1ae6ae43ec161fbbf12c2b4d3a7e26f5" |
|
}
|
|
|