Skip to content

Commit

Permalink
Merge pull request ocaml#21951 from bensmrs/opam-publish-ppx_map.0.1.0
Browse files Browse the repository at this point in the history
Package ppx_map.0.1.0
  • Loading branch information
kit-ty-kate authored Aug 9, 2022
2 parents d9aa4fb + 0aa3840 commit 00289b2
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions packages/ppx_map/ppx_map.0.1.0/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 <[email protected]>"]
authors: ["Benjamin Somers <[email protected]>"]
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/0.1.tar.gz"
checksum: [
"md5=14c90f1728ac5eb6d538aa484f0deaf2"
"sha512=6c1141339af8bce23fe75b503958ca8a1605cc5201340e77d991f6f78290719bd10ffa07ba745ab0d9bf0e2bd2ce0857063244f75c948f8157bf816a1727008d"
]
}

0 comments on commit 00289b2

Please sign in to comment.