mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
27 lines
No EOL
563 B
Text
27 lines
No EOL
563 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" ]
|
|
]
|
|
|
|
remove: ["ocamlfind" "remove" "compiler-workout"]
|
|
flags: [ light-uninstall ]
|
|
|
|
build-test: [
|
|
[make "-f" "Makefile" "regression"]
|
|
]
|
|
|
|
depends: [
|
|
"ocamlbuild" {build}
|
|
"ocamlfind"
|
|
"camlp5"
|
|
"ostap"
|
|
"GT"
|
|
"re"
|
|
] |