File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
packages/mazeppa/mazeppa.0.6.0 Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "A modern supercompiler for call-by-value functional languages"
4+ maintainer: ["hirrolot <
[email protected] >"]
5+ authors: ["hirrolot <
[email protected] >"]
6+ license: "Unlicense"
7+ homepage: "https://github.com/hirrolot/mazeppa"
8+ doc: "https://github.com/hirrolot/mazeppa"
9+ bug-reports: "https://github.com/hirrolot/mazeppa/issues"
10+ x-maintenance-intent: ["(latest)"]
11+ depends: [
12+ "ocaml" {>= "4.14"}
13+ "dune" {>= "3.14"}
14+ "pprint"
15+ "checked_oint" {= "1.0.0"}
16+ "ppx_deriving"
17+ "ppx_string_interpolation"
18+ "ppx_yojson_conv"
19+ "ppx_blob" {>= "0.9.0"}
20+ "bisect_ppx"
21+ "menhir" {>= "20180905"}
22+ "spectrum" {>= "0.6.0"}
23+ "clap"
24+ "alcotest" {>= "1.7.0"}
25+ "odoc" {with-doc}
26+ ]
27+ build: [
28+ ["dune" "subst"] {dev}
29+ [
30+ "dune"
31+ "build"
32+ "-p"
33+ name
34+ "-j"
35+ jobs
36+ "@install"
37+ "@runtest" {with-test}
38+ "@doc" {with-doc}
39+ ]
40+ ]
41+ dev-repo: "git+https://github.com/hirrolot/mazeppa.git"
42+ url {
43+ src: "https://github.com/hirrolot/mazeppa/releases/download/v0.6.0/mazeppa-0.6.0.tar.gz"
44+ checksum: [
45+ "md5=7187fece67049236770a99c6fc604a41"
46+ "sha512=ac321c46722363583a326eead53aa21d426bc1e81ccb3d0187eee9b3e2aa4f6da8e6e59074487c3072e9293a3daa769438620fc8f67fe8ef5c026a79bbf810a3"
47+ ]
48+ }
You can’t perform that action at this time.
0 commit comments