Skip to content

Commit

Permalink
Merge pull request #26136 from bensmrs/opam-publish-ppx_map.0.2.1
Browse files Browse the repository at this point in the history
Package ppx_map.0.2.1
  • Loading branch information
avsm authored Jun 24, 2024
2 parents 3dddd78 + 9ae56cf commit 44c7098
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions packages/ppx_map/ppx_map.0.2.1/opam
Original file line number Diff line number Diff line change
@@ -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 <benjamin.somers@imt-atlantique.fr>"]
authors: ["Benjamin Somers <benjamin.somers@imt-atlantique.fr>"]
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"
]
}

0 comments on commit 44c7098

Please sign in to comment.