File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
packages/saltoIL/saltoIL.0.2.0 Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change 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 <benoit.montagu@inria.fr>"
7+ "Pierre Lermusiaux <pierre.lermusiaux@inria.fr>"
8+ ]
9+ authors: [
10+ "Benoît Montagu <benoit.montagu@inria.fr>"
11+ "Pierre Lermusiaux <pierre.lermusiaux@inria.fr>"
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+ x-maintenance-intent: ["(latest)"]
42+ url {
43+ src:
44+ "https://salto.gitlabpages.inria.fr/salto-IL/releases/saltoIL-0.2.0.tbz"
45+ checksum: [
46+ "sha256=ef8ac4d868c392a647acef1f48b2d36c8d427fd23202373c1be0066a055799d7"
47+ "sha512=bde40edc3c3f496da7605d365dd318cdfc18fbb6bbc2d5535afe553c752c546b0427ba8ed5769b0f75b3ce06b759ba83e82be88a9b1830bcec2af6251cd2dd9f"
48+ ]
49+ }
50+ x-commit-hash: "69f84d20a8171eb9bf63e203e0d042a875b62d98"
You can’t perform that action at this time.
0 commit comments