Skip to content

Commit 00289b2

Browse files
authored
Merge pull request ocaml#21951 from bensmrs/opam-publish-ppx_map.0.1.0
Package ppx_map.0.1.0
2 parents d9aa4fb + 0aa3840 commit 00289b2

File tree

1 file changed

+38
-0
lines changed
  • packages/ppx_map/ppx_map.0.1.0

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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 <[email protected]>"]
7+
authors: ["Benjamin Somers <[email protected]>"]
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/0.1.tar.gz"
34+
checksum: [
35+
"md5=14c90f1728ac5eb6d538aa484f0deaf2"
36+
"sha512=6c1141339af8bce23fe75b503958ca8a1605cc5201340e77d991f6f78290719bd10ffa07ba745ab0d9bf0e2bd2ce0857063244f75c948f8157bf816a1727008d"
37+
]
38+
}

0 commit comments

Comments
 (0)