-
Notifications
You must be signed in to change notification settings - Fork 0
/
spring.opam
55 lines (55 loc) · 1.35 KB
/
spring.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Web programming library"
description: "A delightful web programming library"
maintainer: ["[email protected]"]
authors: ["Bikal Gurung"]
license: "MPL-2.0"
homepage: "https://github.com/gbikal/spring"
bug-reports: "https://github.com/gbikal/spring/issues"
depends: [
"ocaml" {>= "5.1.1"}
"eio" {>= "0.11"}
"eio_main" {>= "0.11"}
"dune" {>= "3.10" & >= "3.9.0"}
"ptime" {>= "1.1.0"}
"astring" {>= "0.8.5"}
"fmt" {>= "0.9.0"}
"domain-name" {>= "0.4.0"}
"menhir" {>= "20230608"}
"cmdliner" {>= "1.1.1"}
"ppxlib" {>= "0.29.1"}
"cstruct" {>= "6.2.0"}
"base64" {>= "3.5.1"}
"csexp" {>= "1.5.2"}
"ipaddr" {>= "5.5.0"}
"mirage-crypto" {>= "0.11.1"}
"mirage-crypto-rng" {>= "0.11.1"}
"mirage-crypto-rng-eio" {>= "0.11.1"}
"fpath" {>= "0.7.3"}
"magic-mime" {>= "1.3.0"}
"tls" {>= "0.17.1"}
"tls-eio" {>= "0.17.1"}
"ca-certs" {>= "0.2.3"}
"x509" {>= "0.16.5"}
"cstruct" {>= "6.1.1" & with-test}
"mdx" {>= "2.3.0" & with-test}
"odoc" {with-doc}
"ocamlformat" {>= "0.26.1" & with-dev-setup}
"utop" {>= "2.13.1" & with-dev-setup}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/gbikal/spring.git"