-
Notifications
You must be signed in to change notification settings - Fork 0
/
melange-testing-library.opam
42 lines (42 loc) · 1.15 KB
/
melange-testing-library.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis:
"Melange bindings for testing-library (dom-testing-library and react-testing-library)"
maintainer: ["David Sancho Moreno <dsnxmoreno@gmail.com>"]
authors: ["David Sancho Moreno <dsnxmoreno@gmail.com>"]
license: "MIT"
homepage: "https://github.com/melange-community/melange-testing-library"
bug-reports: "https://github.com/melange-community/melange-testing-library"
depends: [
"dune" {>= "3.8"}
"ocaml"
"melange" {>= "2.0.0"}
"reason-react"
"melange-jest" {with-test}
"opam-check-npm-deps" {with-test}
"bisect_ppx" {with-test & >= "2.5.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo:
"git+https://github.com/melange-community/melange-testing-library.git"
depexts: [
["@testing-library/react"] {npm-version = "^11.1.0"}
["@testing-library/dom"] {npm-version = "^7.26.3"}
]
pin-depends: [
[ "bisect_ppx.dev" "git+https://github.com/jchavarri/bisect_ppx.git#a0c2375ca20beceb55e53776e03812def3bc32ba" ]
]