Skip to content

Commit dd4b779

Browse files
authored
Merge pull request #28796 from hirrolot/opam-publish-mazeppa.0.6.0
Package mazeppa.0.6.0
2 parents 263b2e6 + f1f654b commit dd4b779

File tree

1 file changed

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

1 file changed

+48
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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+
}

0 commit comments

Comments
 (0)