this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "A modern supercompiler for call-by-value functional languages" 4maintainer: ["hirrolot <hirrolot@gmail.com>"] 5authors: ["hirrolot <hirrolot@gmail.com>"] 6license: "MIT" 7homepage: "https://github.com/mazeppa-dev/mazeppa" 8doc: "https://github.com/mazeppa-dev/mazeppa" 9bug-reports: "https://github.com/mazeppa-dev/mazeppa/issues" 10depends: [ 11 "ocaml" {>= "4.14"} 12 "dune" {>= "3.14"} 13 "pprint" 14 "checked_oint" {>= "0.3.0"} 15 "ppx_deriving" 16 "ppx_string_interpolation" 17 "ppx_yojson_conv" 18 "ppx_blob" {>= "0.9.0"} 19 "bisect_ppx" 20 "menhir" {>= "20180905"} 21 "spectrum" {>= "0.6.0"} 22 "clap" 23 "alcotest" {>= "1.7.0"} 24 "odoc" {with-doc} 25] 26build: [ 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] 40dev-repo: "git+https://github.com/mazeppa-dev/mazeppa.git" 41url { 42 src: 43 "https://github.com/mazeppa-dev/mazeppa/releases/download/v0.4.3/mazeppa-0.4.3.tar.gz" 44 checksum: [ 45 "md5=6c66f3bcf750bfc08f73b7f13d1b601b" 46 "sha512=329238ea2e2fa3200a417838bd36f2832e528cb7e12354af574796f565b4edd6ebf4e2d9cdb759c133f09a956baea48d58445a5b53e6974de0bb21b7e3b73895" 47 ] 48}