File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
packages/reason-react-day-picker/reason-react-day-picker.0.1 Expand file tree Collapse file tree 1 file changed +47
-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: "Melange bindings for react-day-picker"
4+ description: "Melange bindings for react-day-picker written in ReasonML"
5+ maintainer: ["Brian Kaplan <brian@softwaredeployed.com>"]
6+ authors: ["Brian Kaplan <brian@softwaredeployed.com>"]
7+ license: "MIT"
8+ tags: ["melange" "reason" "bindings" "react-day-picker" "react"]
9+ homepage: "https://github.com/Software-Deployed/reason-react-day-picker"
10+ bug-reports:
11+ "https://github.com/Software-Deployed/reason-react-day-picker/issues"
12+ depends: [
13+ "dune" {>= "3.20"}
14+ "ocaml"
15+ "melange"
16+ "reason"
17+ "melange-webapi"
18+ "ppxlib"
19+ "reason-react-ppx"
20+ "reason-react"
21+ "odoc" {with-doc}
22+ ]
23+ build: [
24+ ["dune" "subst"] {dev}
25+ [
26+ "dune"
27+ "build"
28+ "-p"
29+ name
30+ "-j"
31+ jobs
32+ "@install"
33+ "@runtest" {with-test}
34+ "@doc" {with-doc}
35+ ]
36+ ]
37+ dev-repo:
38+ "git+https://github.com/Software-Deployed/reason-react-day-picker.git"
39+ x-maintenance-intent: ["(latest)"]
40+ url {
41+ src:
42+ "https://github.com/Software-Deployed/reason-react-day-picker/archive/refs/tags/0.1.tar.gz"
43+ checksum: [
44+ "md5=29b0b32a163c27d9874fcaf2425f3b5a"
45+ "sha512=94d23654757178716fd9377dc1c66e23d5b3bf08b92fe1038e1d692931ce58682d6ac49b4b43fa83d9bc3ae9a9508066eea8eec184d10ca8066d323d84bca972"
46+ ]
47+ }
You can’t perform that action at this time.
0 commit comments