mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-14 02:38:54 +00:00
Add camlp5 >= 8.00.05 constaraints to fix CI
this version should no longer need PERL system packages Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
d23a0fcf61
commit
9834194180
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ bug-reports: "https://github.com/JetBrains-Research/Lama/issues"
|
||||||
depends: [
|
depends: [
|
||||||
"ocaml" { >= "4.07.1" }
|
"ocaml" { >= "4.07.1" }
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"camlp5" { >= "8.00"}
|
"camlp5" { >= "8.00.05" }
|
||||||
"ostap" { >= "0.5"}
|
"ostap" { >= "0.5"}
|
||||||
"GT" { >= "0.5.0" }
|
"GT" { >= "0.5.0" }
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue