File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
packages/mazeppa/mazeppa.0.7.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.7.0/mazeppa-0.7.0.tar.gz"
44+ checksum: [
45+ "md5=07e81cc25a5ec927e40046ed69326f24"
46+ "sha512=42f61df84bba2801100fe3167e858525ff1a017476bdedc452aa59d6b2f6f4d2ddbe84c53ea44b664fa976c466e96083e5e1456047c60b5fd43b4dad21e7367b"
47+ ]
48+ }
You can’t perform that action at this time.
0 commit comments