this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "A PPX rewriter to simplify the declaration of maps" 4description: 5 "This package allows to declare maps in an expressive way using [key => value] expressions" 6maintainer: ["Benjamin Somers <benjamin.somers@imt-atlantique.fr>"] 7authors: ["Benjamin Somers <benjamin.somers@imt-atlantique.fr>"] 8license: "MIT" 9homepage: "https://github.com/bensmrs/ppx_map" 10bug-reports: "https://github.com/bensmrs/ppx_map/issues" 11depends: [ 12 "dune" {>= "2.7"} 13 "alcotest" {with-test & >= "1.6.0"} 14 "ppxlib" {>= "0.27.0"} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/bensmrs/ppx_map.git" 32url { 33 src: "https://github.com/bensmrs/ppx_map/archive/0.1.tar.gz" 34 checksum: [ 35 "md5=14c90f1728ac5eb6d538aa484f0deaf2" 36 "sha512=6c1141339af8bce23fe75b503958ca8a1605cc5201340e77d991f6f78290719bd10ffa07ba745ab0d9bf0e2bd2ce0857063244f75c948f8157bf816a1727008d" 37 ] 38}