Skip to content

Commit c8d3bdf

Browse files
authored
Merge pull request #28949 from hirrolot/opam-publish-mazeppa.0.7.0
Package mazeppa.0.7.0
2 parents 4dddf51 + 82718aa commit c8d3bdf

File tree

1 file changed

+48
-0
lines changed
  • packages/mazeppa/mazeppa.0.7.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.7.0/mazeppa-0.7.0.tar.gz"
44+
checksum: [
45+
"md5=07e81cc25a5ec927e40046ed69326f24"
46+
"sha512=42f61df84bba2801100fe3167e858525ff1a017476bdedc452aa59d6b2f6f4d2ddbe84c53ea44b664fa976c466e96083e5e1456047c60b5fd43b4dad21e7367b"
47+
]
48+
}

0 commit comments

Comments
 (0)