this repo has no description
1opam-version: "2.0"
2synopsis: "Melange bindings for react-dates"
3maintainer: "Ahrefs"
4authors: "Ahrefs"
5license: "MIT"
6tags: ["melange" "react-js" "org:ahrefs"]
7homepage: "https://github.com/ahrefs/melange-react-dates"
8bug-reports: "https://github.com/ahrefs/melange-react-dates"
9depends: [
10 "dune" {>= "3.8"}
11 "ocaml"
12 "melange" {>= "2.0.0" & < "3.0.0"}
13 "reason"
14 "melange-moment"
15 "reason-react"
16 "reason-react-ppx"
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/ahrefs/melange-react-dates.git"
34depexts: [
35 ["react-dates"] {npm-version = "^21.8.0"}
36]
37url {
38 src:
39 "https://github.com/ahrefs/melange-react-dates/releases/download/1.4.0/melange-react-dates-1.4.0.tbz"
40 checksum: [
41 "sha256=f9ddf931b80f0618cddedd2b7334390fa74adf5d0f0b4f0429c95ce1a07db2cd"
42 "sha512=a277a81d7a95995ee1b4a5d7eced8b47b84acae9168a3fcf35880aed99610526cb849fb571faab25042c94c99bdde8dea6ca371c2e8398a1088051aa3e3ee365"
43 ]
44}
45x-commit-hash: "9cc13597a054ed3a5f657e4c090dc648c6d7087f"