update opam file

This commit is contained in:
Danya Berezun 2023-10-04 09:31:25 +02:00
parent e3f28b94b1
commit 8c059f3c28

View file

@ -1,23 +1,27 @@
opam-version: "2.0" opam-version: "2.0"
version: "1.20" version: "1.2"
synopsis: "Lama programming system" synopsis: "Lama programming language"
maintainer: "dboulytchev@gmail.com" maintainer: "dboulytchev@gmail.com"
authors: "dboulytchev@gmail.com" authors: [
homepage: "https://github.com/JetBrains-Research/Lama" "Dmitry Boulytchev <dboulytchev@gmail.com>"
bug-reports: "https://github.com/JetBrains-Research/Lama/issues" "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: [ depends: [
"ocaml" { >= "4.07.1" } "ocaml" { >= "4.13.1" }
"ocamlfind" { build } "ocamlfind" { build }
"camlp5" { >= "8.00.05"} "camlp5" { >= "8.00.05"}
"ostap" { >= "0.5"} "ostap" { >= "0.5"}
"GT" { >= "0.5.0" } "GT" { >= "0.5.1" }
] ]
build: [ build: [
[make] [make]
[make "regression"] {with-test} [make "regression-all"] {with-test}
] ]
install: [make "install"] install: [make "install"]
@ -25,7 +29,7 @@ depexts: [
["gcc-multilib"] {os-family = "debian"} ["gcc-multilib"] {os-family = "debian"}
] ]
dev-repo: "git+https://github.com/JetBrains-Research/Lama.git" dev-repo: "git+https://github.com/PLTools/Lama.git"
url { url {
src: "git+https://github.com/JetBrains-Research/Lama.git#1.10+ocaml4.10" src: "git+https://github.com/PLTools/Lama.git#1.20"
} }