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.
30 lines
749 B
30 lines
749 B
![]()
5 years ago
|
opam-version: "2.0"
|
||
|
maintainer: "martin@mjambon.com"
|
||
|
authors: ["Martin Jambon"]
|
||
|
|
||
|
homepage: "https://github.com/mjambon/atd"
|
||
|
bug-reports: "https://github.com/mjambon/atd/issues"
|
||
|
dev-repo: "git://github.com/mjambon/atd.git"
|
||
|
|
||
|
build: [
|
||
|
["jbuilder" "subst" "-p" name] {pinned}
|
||
|
["jbuilder" "build" "-p" name "-j" jobs]
|
||
|
]
|
||
|
|
||
|
# Restore when https://github.com/mjambon/atd/issues/121 is resolved.
|
||
|
# build-test: [
|
||
|
# ["jbuilder" "runtest" "-p" name]
|
||
|
# ]
|
||
|
|
||
|
depends: [
|
||
|
"ocaml" {>= "4.02.3"}
|
||
|
"jbuilder" {build}
|
||
|
"biniou" {>= "1.0.6"}
|
||
|
"yojson" {>= "1.2.1"}
|
||
|
]
|
||
|
synopsis: "Runtime library for code generated by atdgen."
|
||
|
url {
|
||
|
src: "https://github.com/mjambon/atd/releases/download/2.0.0/atd-2.0.0.tbz"
|
||
|
checksum: "md5=14e47609397c524ea0eae7c3f14f7ccf"
|
||
|
}
|