this repo has no description
0
fork

Configure Feed

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

Package ppx_map.0.2.1

+38
+38
packages/ppx_map/ppx_map.0.2.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "A PPX rewriter to simplify the declaration of maps" 4 + description: 5 + "This package allows to declare maps in an expressive way using [key => value] expressions" 6 + maintainer: ["Benjamin Somers <benjamin.somers@imt-atlantique.fr>"] 7 + authors: ["Benjamin Somers <benjamin.somers@imt-atlantique.fr>"] 8 + license: "MIT" 9 + homepage: "https://github.com/bensmrs/ppx_map" 10 + bug-reports: "https://github.com/bensmrs/ppx_map/issues" 11 + depends: [ 12 + "dune" {>= "2.7"} 13 + "alcotest" {with-test & >= "1.6.0"} 14 + "ppxlib" {>= "0.27.0"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 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 + ] 31 + dev-repo: "git+https://github.com/bensmrs/ppx_map.git" 32 + url { 33 + src: "https://github.com/bensmrs/ppx_map/archive/refs/tags/0.2.1.tar.gz" 34 + checksum: [ 35 + "md5=c0ac31ffa9cded558377eebf6a25037e" 36 + "sha512=9dc615f364625857ffa58dead6e979dbc7db64711de21de767dedc0e52a06200c4f7ffa40fd4b84adfecb9a7d54bc05c8f4d5eba19e5a82bb3f1f71fab0da18d" 37 + ] 38 + }