lama_byterun/Lama.opam

36 lines
795 B
Text
Raw Permalink Normal View History

opam-version: "2.0"
2023-10-04 09:31:25 +02:00
version: "1.2"
2023-10-04 09:31:25 +02:00
synopsis: "Lama programming language"
maintainer: "dboulytchev@gmail.com"
2023-10-04 09:31:25 +02:00
authors: [
"Dmitry Boulytchev <dboulytchev@gmail.com>"
"Daniil Berezun <danya.berezun@gmail.com>"
"Egor Sheremetov <egor.sheremetov.dev@gmail.com>"
]
homepage: "https://github.com/PLTools/Lama"
bug-reports: "https://github.com/PLTools/Lama/issues"
depends: [
2023-10-04 09:31:25 +02:00
"ocaml" { >= "4.13.1" }
"ocamlfind" { build }
"camlp5" { >= "8.00.05" }
"ostap" { >= "0.5"}
2023-10-04 09:31:25 +02:00
"GT" { >= "0.5.1" }
]
build: [
[make]
2023-10-04 09:31:25 +02:00
[make "regression-all"] {with-test}
]
install: [make "install"]
depexts: [
["gcc-multilib"] {os-family = "debian"}
]
2023-10-04 09:31:25 +02:00
dev-repo: "git+https://github.com/PLTools/Lama.git"
url {
2023-10-04 09:31:25 +02:00
src: "git+https://github.com/PLTools/Lama.git#1.20"
}