lama_byterun/opam

33 lines
773 B
Text
Raw Normal View History

2020-02-10 15:38:50 +03:00
opam-version: "2.0"
name: "Lama"
version: "0.3"
synopsis: "Lama programming system"
2018-02-19 15:53:48 +03:00
maintainer: "dboulytchev@gmail.com"
2020-02-10 15:38:50 +03:00
authors: "dboulytchev@gmail.com"
2018-02-19 15:53:48 +03:00
homepage: "https://github.com/dboulytchev/compiler-workout"
bug-reports: "https://github.com/dboulytchev/compiler-workout/issues"
2020-02-10 15:38:50 +03:00
depends: [
"ocaml" { >= "4.07.1" }
"ocamlfind" { build }
"camlp5" { >= "7.05"}
"ostap" { >= "0.3"}
"GT" { >= "0.2"}
]
2018-02-19 15:53:48 +03:00
build: [
2020-02-10 15:38:50 +03:00
[make "-f" "Makefile"]
[make "-f" "Makefile" "regression"] {with-test}
2018-02-19 15:53:48 +03:00
]
2020-02-13 18:56:27 +03:00
install: [make "install"]
2020-02-10 15:38:50 +03:00
#remove: ["ocamlfind" "remove" "compiler-workout"]
#flags: light-uninstall
2018-02-19 15:53:48 +03:00
2020-02-10 15:38:50 +03:00
dev-repo: "git+https://github.com/JetBrains-Research/Lama.git"
url {
src: "git+https://github.com/JetBrains-Research/Lama.git#fcf"
}
2018-02-19 15:53:48 +03:00