-
Notifications
You must be signed in to change notification settings - Fork 2
/
osnap.opam
54 lines (54 loc) · 1.2 KB
/
osnap.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
43
44
45
46
47
48
49
50
51
52
53
54
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis:
"The speedy and easy to use snapshot testing tool for your project!"
maintainer: ["[email protected]"]
authors: ["Torben Ewert"]
license: "MIT"
homepage: "https://github.com/eWert-Online/OSnap"
bug-reports: "https://github.com/eWert-Online/OSnap/issues"
depends: [
"ocaml"
"dune" {>= "3.15"}
"eio_main"
"lwt_eio"
"httpun-eio"
"mirage-crypto-rng-eio"
"base64"
"cdp"
"cmdliner"
"decompress"
"fileutils"
"fmt"
"libspng"
"odiff-core"
"re"
"uri"
"websocket"
"websocket-lwt-unix"
"yaml"
"yojson"
"ocaml-lsp-server" {with-dev-setup}
"ocamlformat" {with-dev-setup}
"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/eWert-Online/OSnap.git"
pin-depends: [
[ "cdp.dev" "git+https://github.com/eWert-Online/reason-cdp.git#80747e0b93d3dd81f162f2c7b37aae6bd96fe0c9"]
[ "libspng.dev" "git+https://github.com/eWert-Online/esy-libspng.git#opam"]
[ "odiff-core.dev" "git+https://github.com/dmtrKovalenko/odiff.git#v3.1.1"]
]