2018-02-19 15:53:48 +03:00
|
|
|
opam-version: "1.2"
|
|
|
|
|
authors: "dboulytchev@gmail.com"
|
|
|
|
|
maintainer: "dboulytchev@gmail.com"
|
|
|
|
|
version: "0.3"
|
|
|
|
|
homepage: "https://github.com/dboulytchev/compiler-workout"
|
|
|
|
|
bug-reports: "https://github.com/dboulytchev/compiler-workout/issues"
|
|
|
|
|
dev-repo: "git+https://github.com/dboulytchev/compiler-workout.git"
|
|
|
|
|
|
|
|
|
|
build: [
|
|
|
|
|
[make "-f" "Makefile" ]
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
remove: ["ocamlfind" "remove" "compiler-workout"]
|
|
|
|
|
flags: [ light-uninstall ]
|
|
|
|
|
|
|
|
|
|
build-test: [
|
2018-02-19 17:19:00 +03:00
|
|
|
[make "-f" "Makefile" "regression"]
|
2018-02-19 15:53:48 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
depends: [
|
|
|
|
|
"ocamlbuild" {build}
|
|
|
|
|
"ocamlfind"
|
2018-03-06 18:22:10 +03:00
|
|
|
"camlp5" {= "7.05"}
|
2018-03-05 15:24:38 +03:00
|
|
|
"ostap" {= "0.3"}
|
2018-03-05 15:35:45 +03:00
|
|
|
"GT" {= "0.0.1"}
|
2018-03-06 18:22:10 +03:00
|
|
|
"re" {= "1.7.2"}
|
|
|
|
|
]
|