this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Package mazeppa.0.3.3

authored by

Marcello Seri and committed by
GitHub
6e907ece 34566c14

+48
+48
packages/mazeppa/mazeppa.0.3.3/opam
··· 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 <hirrolot@gmail.com>"] 5 + authors: ["hirrolot <hirrolot@gmail.com>"] 6 + license: "MIT" 7 + homepage: "https://github.com/mazeppa-dev/mazeppa" 8 + doc: "https://github.com/mazeppa-dev/mazeppa" 9 + bug-reports: "https://github.com/mazeppa-dev/mazeppa/issues" 10 + depends: [ 11 + "ocaml" {>= "5.1"} 12 + "dune" {>= "3.15"} 13 + "pprint" 14 + "checked_oint" {>= "0.2.0"} 15 + "ppx_deriving" 16 + "ppx_string_interpolation" 17 + "ppx_yojson_conv" 18 + "ppx_blob" {>= "0.9.0"} 19 + "bisect_ppx" 20 + "menhir" 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/mazeppa-dev/mazeppa.git" 41 + url { 42 + src: 43 + "https://github.com/mazeppa-dev/mazeppa/archive/refs/tags/v0.3.3.tar.gz" 44 + checksum: [ 45 + "md5=e732cb5cca65b4c8c489f9a9f557e0b6" 46 + "sha512=1150bf0c72e9116bba485a344c35c5a5bc39266ef16b989110a162b86b2097b4a49c1cc6250491d89f7c8fa21fe3ae5daa76b570ce795f503eb64a6189d02c19" 47 + ] 48 + }