Transition to GT 0.5.0

This commit is contained in:
Dmitry Boulytchev 2022-04-14 17:35:18 +03:00
parent 7160b84748
commit f0eec7aaf5
4 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ depends: [
"ocamlfind" { build }
"camlp5" { >= "8.00"}
"ostap" { >= "0.5"}
"GT" { >= "0.4.0" & < "0.5" }
"GT" { >= "0.5.0" }
]
build: [

View file

@ -3,7 +3,7 @@ OCAMLC = ocamlfind c
OCAMLOPT = ocamlfind opt
OCAMLDEP = ocamlfind dep
SOURCES = version.ml stdpath.ml Language.ml Pprinter.ml SM.ml X86.ml Driver.ml
CAMLP5 = -syntax camlp5o -package ostap.syntax,GT-p5,GT.syntax.all
CAMLP5 = -syntax camlp5o -package ostap.syntax,GT.syntax,GT.syntax.all
PXFLAGS = $(CAMLP5)
BFLAGS = -rectypes -g -w -13-58 -package GT,ostap,unix
OFLAGS = $(BFLAGS)

View file

@ -1 +1 @@
let path = "/home/db/.opam/lama/share/Lama"
let path = "/home/db/.opam/4.13.1+flambda/share/Lama"

View file

@ -1 +1 @@
let version = "Version 1.10, d0cc8d0fa, Mon Feb 14 01:13:14 2022 +0300"
let version = "Version 1.10, 7160b8474, Thu Apr 14 17:20:58 2022 +0300"