mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
28 lines
No EOL
622 B
Text
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"
|
|
] |