mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-07 07:18:48 +00:00
Opam file
This commit is contained in:
parent
142d784174
commit
94e2869c61
1 changed files with 25 additions and 21 deletions
46
opam
46
opam
|
|
@ -1,27 +1,31 @@
|
||||||
opam-version: "1.2"
|
opam-version: "2.0"
|
||||||
authors: "dboulytchev@gmail.com"
|
name: "Lama"
|
||||||
|
version: "0.3"
|
||||||
|
|
||||||
|
synopsis: "Lama programming system"
|
||||||
maintainer: "dboulytchev@gmail.com"
|
maintainer: "dboulytchev@gmail.com"
|
||||||
version: "0.3"
|
authors: "dboulytchev@gmail.com"
|
||||||
homepage: "https://github.com/dboulytchev/compiler-workout"
|
homepage: "https://github.com/dboulytchev/compiler-workout"
|
||||||
bug-reports: "https://github.com/dboulytchev/compiler-workout/issues"
|
bug-reports: "https://github.com/dboulytchev/compiler-workout/issues"
|
||||||
dev-repo: "git+https://github.com/dboulytchev/compiler-workout.git"
|
|
||||||
|
|
||||||
build: [
|
|
||||||
[make "-f" "Makefile" ]
|
|
||||||
]
|
|
||||||
|
|
||||||
remove: ["ocamlfind" "remove" "compiler-workout"]
|
|
||||||
flags: [ light-uninstall ]
|
|
||||||
|
|
||||||
build-test: [
|
|
||||||
[make "-f" "Makefile" "regression"]
|
|
||||||
]
|
|
||||||
|
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlbuild" {build}
|
"ocaml" { >= "4.07.1" }
|
||||||
"ocamlfind"
|
"ocamlfind" { build }
|
||||||
"camlp5" {= "7.05"}
|
"camlp5" { >= "7.05"}
|
||||||
"ostap" {= "0.3"}
|
"ostap" { >= "0.3"}
|
||||||
"GT" {= "0.0.1"}
|
"GT" { >= "0.2"}
|
||||||
"re" {= "1.7.2"}
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
build: [
|
||||||
|
[make "-f" "Makefile"]
|
||||||
|
[make "-f" "Makefile" "regression"] {with-test}
|
||||||
|
]
|
||||||
|
|
||||||
|
#remove: ["ocamlfind" "remove" "compiler-workout"]
|
||||||
|
#flags: light-uninstall
|
||||||
|
|
||||||
|
dev-repo: "git+https://github.com/JetBrains-Research/Lama.git"
|
||||||
|
url {
|
||||||
|
src: "git+https://github.com/JetBrains-Research/Lama.git#fcf"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue