File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
packages/mazeppa/mazeppa.0.7.2 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 <hirrolot@gmail.com>"]
5+ authors: ["hirrolot <hirrolot@gmail.com>"]
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.1"}
16+ "ppx_deriving"
17+ "ppx_string_interpolation"
18+ "ppx_yojson_conv"
19+ "ppx_blob" {>= "0.9.0"}
20+ "bisect_ppx" {with-test}
21+ "menhir" {>= "20180905"}
22+ "spectrum" {>= "0.6.0"}
23+ "clap"
24+ "alcotest" {with-test & >= "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.2/mazeppa-0.7.2.tar.gz"
44+ checksum: [
45+ "md5=b6ab238d59a0afaad8f3079f4e2f0cc1"
46+ "sha512=67b3d0946e110b6d070eac68c7373075d32ef29ef40dbf8e54f2d07a08d91db7216323815884a41095a7ea32da871a8bc27668db805eba79f6b6ebd5629bbc17"
47+ ]
48+ }
You can’t perform that action at this time.
0 commit comments