# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "A PPX rewriter to simplify the declaration of maps" description: "This package allows to declare maps in an expressive way using [key => value] expressions" maintainer: ["Benjamin Somers "] authors: ["Benjamin Somers "] license: "MIT" homepage: "https://github.com/bensmrs/ppx_map" bug-reports: "https://github.com/bensmrs/ppx_map/issues" depends: [ "dune" {>= "2.7"} "alcotest" {with-test & >= "1.6.0"} "ppxlib" {>= "0.27.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/bensmrs/ppx_map.git" url { src: "https://github.com/bensmrs/ppx_map/archive/refs/tags/0.2.1.tar.gz" checksum: [ "md5=c0ac31ffa9cded558377eebf6a25037e" "sha512=9dc615f364625857ffa58dead6e979dbc7db64711de21de767dedc0e52a06200c4f7ffa40fd4b84adfecb9a7d54bc05c8f4d5eba19e5a82bb3f1f71fab0da18d" ] }