Skip to content

Commit

Permalink
Merge pull request #26662 from hirrolot/opam-publish-mazeppa.0.3.3
Browse files Browse the repository at this point in the history
Package mazeppa.0.3.3
  • Loading branch information
mseri authored Oct 7, 2024
2 parents 34566c1 + b576c87 commit 6e907ec
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions packages/mazeppa/mazeppa.0.3.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# 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 <[email protected]>"]
authors: ["hirrolot <[email protected]>"]
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"
]
}

0 comments on commit 6e907ec

Please sign in to comment.