this repo has no description
1opam-version: "2.0"
2synopsis: "Melange bindings for testing-library (dom-testing-library and react-testing-library)"
3maintainer: ["David Sancho Moreno <dsnxmoreno@gmail.com>"]
4authors: ["David Sancho Moreno <dsnxmoreno@gmail.com>"]
5license: "MIT"
6homepage: "https://github.com/melange-community/melange-testing-library"
7bug-reports: "https://github.com/melange-community/melange-testing-library"
8depends: [
9 "dune" {>= "3.8"}
10 "ocaml"
11 "melange" {>= "2.0.0"}
12 "reason-react"
13 "odoc" {with-doc}
14]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "@install"
25 "@doc" {with-doc}
26 ]
27]
28dev-repo:
29 "git+https://github.com/melange-community/melange-testing-library.git"
30depexts: [
31 ["@testing-library/react"] {npm-version = "^11.1.0"}
32 ["@testing-library/dom"] {npm-version = "^7.26.3"}
33]
34pin-depends: [
35 [ "bisect_ppx.dev" "git+https://github.com/jchavarri/bisect_ppx.git#a14c5b5cd4564d2992dd1b14238922029bc1b1d7" ]
36]
37url {
38 src:
39 "https://github.com/melange-community/melange-testing-library/releases/download/0.1.0/melange-testing-library-0.1.0.tbz"
40 checksum: [
41 "sha256=43cce3297b23ef14e01631b615a5b34ea238d2ff8fde72d68beef28f4ac811d6"
42 "sha512=74b931034c62865c3e83171653d1157704f7660a3be3a36e9f12fd80677e1be1bf51c4fc76cc9e6c4e6b3691d4ee1351d3ef0177d064ca890ac5d134a7d2b7f6"
43 ]
44}
45x-commit-hash: "dd40bff6667ece78346d92c31527d2271e655a3b"