lama_byterun/opam
2018-02-19 15:53:48 +03:00

28 lines
No EOL
622 B
Text

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" ]
]
install: [make "-f" "Makefile" "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "compiler-workout"]
flags: [ light-uninstall ]
build-test: [
[make "-f" "Makefile.ob" "test"]
]
depends: [
"ocamlbuild" {build}
"ocamlfind"
"camlp5"
"ostap"
"GT"
"re"
]