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.
 
 
 
 

35 lines
1.4 KiB

opam-version: "2.0"
version: "v0.11.1"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/ppx_expect"
bug-reports: "https://github.com/janestreet/ppx_expect/issues"
dev-repo: "git+https://github.com/janestreet/ppx_expect.git"
license: "MIT"
build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"base" {>= "v0.11" & < "v0.12"}
"ppx_assert" {>= "v0.11" & < "v0.12"}
"ppx_compare" {>= "v0.11" & < "v0.12"}
"ppx_custom_printf" {>= "v0.11" & < "v0.12"}
"ppx_fields_conv" {>= "v0.11" & < "v0.12"}
"ppx_here" {>= "v0.11" & < "v0.12"}
"ppx_inline_test" {>= "v0.11" & < "v0.12"}
"ppx_sexp_conv" {>= "v0.11" & < "v0.12"}
"ppx_variants_conv" {>= "v0.11" & < "v0.12"}
"stdio" {>= "v0.11" & < "v0.12"}
"jbuilder" {build & >= "1.0+beta18.1"}
"ocaml-migrate-parsetree" {>= "1.0"}
"ppxlib" {>= "0.1.0"}
"re" {>= "1.5.0"}
"ocaml" {>= "4.04.1"}
]
synopsis: "Cram like framework for OCaml"
description: "Part of the Jane Street's PPX rewriters collection."
url {
src:
"https://github.com/janestreet/ppx_expect/releases/download/v0.11.1/ppx_expect-v0.11.1.tbz"
checksum: "md5=ee5e03094674de295aadc10efe6bb7b7"
}