File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
packages/ppx_map/ppx_map.0.1.0 Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments