From 9ae56cf65aff3724fc173b265f127c374b12c5c1 Mon Sep 17 00:00:00 2001 From: Benjamin Somers Date: Mon, 24 Jun 2024 10:18:52 +0200 Subject: [PATCH] Package ppx_map.0.2.1 --- packages/ppx_map/ppx_map.0.2.1/opam | 38 +++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 packages/ppx_map/ppx_map.0.2.1/opam diff --git a/packages/ppx_map/ppx_map.0.2.1/opam b/packages/ppx_map/ppx_map.0.2.1/opam new file mode 100644 index 00000000000..57d992654a9 --- /dev/null +++ b/packages/ppx_map/ppx_map.0.2.1/opam @@ -0,0 +1,38 @@ +# 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" + ] +}