mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Update README and opam files
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
ebfb05856f
commit
eaa03785ed
3 changed files with 70 additions and 44 deletions
27
Lama.opam
Normal file
27
Lama.opam
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
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 }
|
||||
"camlp5" { >= "8.00"}
|
||||
"ostap" { >= "0.5"}
|
||||
"GT" { >= "0.4.0"}
|
||||
]
|
||||
|
||||
build: [
|
||||
[make]
|
||||
[make "regression"] {with-test}
|
||||
]
|
||||
install: [make "install"]
|
||||
|
||||
dev-repo: "git+https://github.com/JetBrains-Research/Lama.git"
|
||||
url {
|
||||
src: "git+https://github.com/JetBrains-Research/Lama.git#1.10+ocaml4.10"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue