2020-02-10 15:38:50 +03:00
|
|
|
opam-version: "2.0"
|
|
|
|
|
name: "Lama"
|
2020-02-20 20:27:21 +03:00
|
|
|
version: "1.0"
|
2020-02-10 15:38:50 +03:00
|
|
|
|
2020-02-20 20:27:21 +03:00
|
|
|
synopsis: "Lama programming system"
|
|
|
|
|
maintainer: "dboulytchev@gmail.com"
|
|
|
|
|
authors: "dboulytchev@gmail.com"
|
|
|
|
|
homepage: "https://github.com/JetBrains-Research/Lama"
|
|
|
|
|
bug-reports: "https://github.com/JetBrains-Research/Lama/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 {
|
2020-02-20 20:27:21 +03:00
|
|
|
src: "git+https://github.com/JetBrains-Research/Lama.git#1.00"
|
2020-02-10 15:38:50 +03:00
|
|
|
}
|
2018-02-19 15:53:48 +03:00
|
|
|
|