# 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: ["Lewis Pearson "] authors: ["Lewis Pearson "] 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" {>= "4.14"} "dune" {>= "3.14"} "pprint" "checked_oint" {>= "0.2.1"} "ppx_deriving" "ppx_string_interpolation" "ppx_yojson_conv" "ppx_blob" {>= "0.9.0"} "bisect_ppx" "menhir" {>= "20180905"} "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/releases/download/v0.4.2/mazeppa-0.4.2.tar.gz" checksum: [ "md5=9681403e6ce9929c8b853df58070ce54" "sha512=821610f54f8086302cadcb531a7d0b74270e61e33f887f0d748a5dc226700e9e1247a12c29252b172acd64f58ec1a7e781c42a50f74718a1f6468bb295335d7e" ] }