this repo has no description

Merge pull request #26662 from hirrolot/opam-publish-mazeppa.0.3.3

Package mazeppa.0.3.3

Changed files
+48
packages
mazeppa
mazeppa.0.3.3
+48
packages/mazeppa/mazeppa.0.3.3/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "A modern supercompiler for call-by-value functional languages"
+
maintainer: ["hirrolot <hirrolot@gmail.com>"]
+
authors: ["hirrolot <hirrolot@gmail.com>"]
+
license: "MIT"
+
homepage: "https://github.com/mazeppa-dev/mazeppa"
+
doc: "https://github.com/mazeppa-dev/mazeppa"
+
bug-reports: "https://github.com/mazeppa-dev/mazeppa/issues"
+
depends: [
+
"ocaml" {>= "5.1"}
+
"dune" {>= "3.15"}
+
"pprint"
+
"checked_oint" {>= "0.2.0"}
+
"ppx_deriving"
+
"ppx_string_interpolation"
+
"ppx_yojson_conv"
+
"ppx_blob" {>= "0.9.0"}
+
"bisect_ppx"
+
"menhir"
+
"spectrum" {>= "0.6.0"}
+
"clap"
+
"alcotest" {>= "1.7.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/mazeppa-dev/mazeppa.git"
+
url {
+
src:
+
"https://github.com/mazeppa-dev/mazeppa/archive/refs/tags/v0.3.3.tar.gz"
+
checksum: [
+
"md5=e732cb5cca65b4c8c489f9a9f557e0b6"
+
"sha512=1150bf0c72e9116bba485a344c35c5a5bc39266ef16b989110a162b86b2097b4a49c1cc6250491d89f7c8fa21fe3ae5daa76b570ce795f503eb64a6189d02c19"
+
]
+
}