From 94e2869c610f2c507f650c4e742f26bfa68ddb59 Mon Sep 17 00:00:00 2001 From: Dmitry Boulytchev Date: Mon, 10 Feb 2020 15:38:50 +0300 Subject: [PATCH] Opam file --- opam | 46 +++++++++++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 21 deletions(-) diff --git a/opam b/opam index 0e73062ad..4b3029516 100644 --- a/opam +++ b/opam @@ -1,27 +1,31 @@ -opam-version: "1.2" -authors: "dboulytchev@gmail.com" +opam-version: "2.0" +name: "Lama" +version: "0.3" + +synopsis: "Lama programming system" maintainer: "dboulytchev@gmail.com" -version: "0.3" +authors: "dboulytchev@gmail.com" homepage: "https://github.com/dboulytchev/compiler-workout" 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: [ - "ocamlbuild" {build} - "ocamlfind" - "camlp5" {= "7.05"} - "ostap" {= "0.3"} - "GT" {= "0.0.1"} - "re" {= "1.7.2"} + "ocaml" { >= "4.07.1" } + "ocamlfind" { build } + "camlp5" { >= "7.05"} + "ostap" { >= "0.3"} + "GT" { >= "0.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" +} +