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.
16 lines
317 B
16 lines
317 B
opam-version: "1.2"
|
|
maintainer: "Josh Berdine <jjb@fb.com>"
|
|
authors: "Josh Berdine <jjb@fb.com>"
|
|
build: [
|
|
["make setup"]
|
|
["jbuilder" "build" "-p" name "-j" jobs]
|
|
]
|
|
depends: [
|
|
"cmdliner"
|
|
"core_kernel" {>= "v0.10.0"}
|
|
"jbuilder" {build}
|
|
"llvm" {build & = "7.0.0"}
|
|
"ppx_compare" {>= "v0.10.0"}
|
|
"zarith"
|
|
]
|