Opam file updated for right version

This commit is contained in:
kakadu 2020-02-20 15:36:50 +03:00
parent 9140263a3f
commit 6dc7471587

14
opam
View file

@ -1,12 +1,12 @@
opam-version: "2.0"
name: "Lama"
version: "0.3"
version: "1.0"
synopsis: "Lama programming system"
maintainer: "dboulytchev@gmail.com"
authors: "dboulytchev@gmail.com"
homepage: "https://github.com/dboulytchev/compiler-workout"
bug-reports: "https://github.com/dboulytchev/compiler-workout/issues"
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" }
@ -27,6 +27,6 @@ install: [make "install"]
dev-repo: "git+https://github.com/JetBrains-Research/Lama.git"
url {
src: "git+https://github.com/JetBrains-Research/Lama.git#fcf"
src: "git+https://github.com/JetBrains-Research/Lama.git#1.00"
}