2021-02-12 20:20:49 +03:00
|
|
|
opam-version: "2.0"
|
|
|
|
|
version: "1.10"
|
|
|
|
|
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
|
|
depends: [
|
|
|
|
|
"ocaml" { >= "4.07.1" }
|
|
|
|
|
"ocamlfind" { build }
|
2023-05-31 11:39:09 +02:00
|
|
|
"camlp5" { >= "8.00.05"}
|
2021-02-12 20:20:49 +03:00
|
|
|
"ostap" { >= "0.5"}
|
2022-04-14 17:35:18 +03:00
|
|
|
"GT" { >= "0.5.0" }
|
2021-02-12 20:20:49 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
build: [
|
|
|
|
|
[make]
|
|
|
|
|
[make "regression"] {with-test}
|
|
|
|
|
]
|
|
|
|
|
install: [make "install"]
|
|
|
|
|
|
2021-02-12 23:46:46 +03:00
|
|
|
depexts: [
|
|
|
|
|
["gcc-multilib"] {os-family = "debian"}
|
|
|
|
|
]
|
|
|
|
|
|
2021-02-12 20:20:49 +03:00
|
|
|
dev-repo: "git+https://github.com/JetBrains-Research/Lama.git"
|
|
|
|
|
url {
|
|
|
|
|
src: "git+https://github.com/JetBrains-Research/Lama.git#1.10+ocaml4.10"
|
|
|
|
|
}
|