Skip to content

Commit 8d22fa1

Browse files
committed
[new release] saltoIL (0.2.0)
CHANGES: - added support for when clauses
1 parent 0ebc487 commit 8d22fa1

File tree

1 file changed

+49
-0
lines changed
  • packages/saltoIL/saltoIL.0.2.0

1 file changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
opam-version: "2.0"
2+
synopsis: "Salto Intermediate Language"
3+
description:
4+
"The Salto Intermediate Language is a simplified version of the OCaml TypedTree. This library provides function to transform the OCaml TypedTree into the Salto IL, and to transform the Salto IL into the OCaml ParseTree."
5+
maintainer: [
6+
"Benoît Montagu <[email protected]>"
7+
"Pierre Lermusiaux <[email protected]>"
8+
]
9+
authors: [
10+
"Benoît Montagu <[email protected]>"
11+
"Pierre Lermusiaux <[email protected]>"
12+
]
13+
license: "LGPL-2.1-only"
14+
homepage: "https://gitlab.inria.fr/salto/salto-il"
15+
bug-reports: "https://gitlab.inria.fr/salto/salto-il/-/issues"
16+
depends: [
17+
"dune" {>= "3.17"}
18+
"ocaml" {>= "4.14.0" & < "4.15.0"}
19+
"ocaml-compiler-libs" {= "v0.12.4"}
20+
"base" {>= "v0.16" & < "v0.17"}
21+
"ptmap" {>= "2.0.5"}
22+
"ppx_deriving" {build & >= "5.2.1"}
23+
"seq" {= "base"}
24+
"odoc" {with-doc}
25+
]
26+
build: [
27+
["dune" "subst"] {dev}
28+
[
29+
"dune"
30+
"build"
31+
"-p"
32+
name
33+
"-j"
34+
jobs
35+
"@install"
36+
"@runtest" {with-test}
37+
"@doc" {with-doc}
38+
]
39+
]
40+
dev-repo: "git+https://gitlab.inria.fr/salto/salto-il"
41+
url {
42+
src:
43+
"https://salto.gitlabpages.inria.fr/salto-IL/releases/saltoIL-0.2.0.tbz"
44+
checksum: [
45+
"sha256=ef8ac4d868c392a647acef1f48b2d36c8d427fd23202373c1be0066a055799d7"
46+
"sha512=bde40edc3c3f496da7605d365dd318cdfc18fbb6bbc2d5535afe553c752c546b0427ba8ed5769b0f75b3ce06b759ba83e82be88a9b1830bcec2af6251cd2dd9f"
47+
]
48+
}
49+
x-commit-hash: "69f84d20a8171eb9bf63e203e0d042a875b62d98"

0 commit comments

Comments
 (0)