-
Notifications
You must be signed in to change notification settings - Fork 0
/
scrutiny.opam
64 lines (64 loc) · 1.52 KB
/
scrutiny.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
55
56
57
58
59
60
61
62
63
64
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1.0"
synopsis: "Bits and bobs for wrangling my server"
description:
"A home grown infrastructure management and monitoring toolkit, because I'm silly."
maintainer: ["Jonathan Coates <[email protected]>"]
authors: ["Jonathan Coates"]
license: "BSD-3-Clause"
homepage: "https://github.com/squiddev/scrutiny"
bug-reports: "https://github.com/squiddev/scrutiny/issues"
depends: [
"dune" {>= "3.7"}
"ocaml" {>= "5.1"}
"ocamlformat" {dev}
"ocaml-lsp-server" {dev}
"base-threads"
"base-unix"
"cmdliner"
"cohttp" {>= "6.0"}
"cohttp-eio" {>= "6.0"}
"containers" {>= "3.6"}
"digestif"
"eio" {>= "0.13"}
"eio_main"
"fmt"
"fpath"
"jingoo"
"logs"
"lwt-dllist"
"ocurl"
"ppx_yojson_conv"
"ppx_yojson_conv_lib"
"progress" {>= "0.2.0"}
"prometheus" {= "1.1"}
"re"
"result"
"uri"
"yojson"
"mdx" {with-test}
"alcotest" {with-test}
"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/squiddev/scrutiny.git"
pin-depends: [
# v6.0.0_beta1
["cohttp.dev" "git+https://github.com/mirage/ocaml-cohttp#e5a66f1c1e7c2e5051723e09260222994dff40cf"]
["cohttp-eio.dev" "git+https://github.com/mirage/ocaml-cohttp#e5a66f1c1e7c2e5051723e09260222994dff40cf"]
["http.dev" "git+https://github.com/mirage/ocaml-cohttp#e5a66f1c1e7c2e5051723e09260222994dff40cf"]
]