Skip to content

Commit c8323ab

Browse files
committed
Package mazeppa.0.6.0
1 parent 0939e07 commit c8323ab

File tree

1 file changed

+47
-0
lines changed
  • packages/mazeppa/mazeppa.0.6.0

1 file changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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+
depends: [
11+
"ocaml" {>= "4.14"}
12+
"dune" {>= "3.14"}
13+
"pprint"
14+
"checked_oint" {= "1.0.0"}
15+
"ppx_deriving"
16+
"ppx_string_interpolation"
17+
"ppx_yojson_conv"
18+
"ppx_blob" {>= "0.9.0"}
19+
"bisect_ppx"
20+
"menhir" {>= "20180905"}
21+
"spectrum" {>= "0.6.0"}
22+
"clap"
23+
"alcotest" {>= "1.7.0"}
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://github.com/hirrolot/mazeppa.git"
41+
url {
42+
src: "https://github.com/hirrolot/mazeppa/releases/download/v0.6.0/mazeppa-0.6.0.tar.gz"
43+
checksum: [
44+
"md5=7187fece67049236770a99c6fc604a41"
45+
"sha512=ac321c46722363583a326eead53aa21d426bc1e81ccb3d0187eee9b3e2aa4f6da8e6e59074487c3072e9293a3daa769438620fc8f67fe8ef5c026a79bbf810a3"
46+
]
47+
}

0 commit comments

Comments
 (0)