-
Notifications
You must be signed in to change notification settings - Fork 13
/
sihl.opam.locked
133 lines (132 loc) · 3.37 KB
/
sihl.opam.locked
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
opam-version: "2.0"
version: "4.0.0"
synopsis: "The Sihl web framework"
description: """
Sihl is a batteries-included web framework. Thanks to the modular architecture, included batteries can be swapped out easily. Statically typed functional programming with OCaml makes web development fun, fast and safe. Sihl supports PostgreSQL and MariaDB.
"""
maintainer: ["[email protected]"]
authors: ["Josef Erben" "Aron Erben" "Miko Nieminen"]
license: "MIT"
homepage: "https://github.com/oxidizing/sihl"
doc: "https://oxidizing.github.io/sihl/"
bug-reports: "https://github.com/oxidizing/sihl/issues"
depends: [
"angstrom" {= "0.15.0"}
"asn1-combinators" {= "0.2.6"}
"astring" {= "0.8.5"}
"base" {= "v0.16.3"}
"base-bytes" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"base64" {= "3.5.1"}
"bigarray-compat" {= "1.1.0"}
"bigstringaf" {= "0.9.1"}
"bos" {= "0.2.1"}
"caqti" {= "2.0.1"}
"caqti-lwt" {= "2.0.1"}
"cmdliner" {= "1.2.0"}
"conf-gmp" {= "4"}
"conf-gmp-powm-sec" {= "3"}
"conf-libev" {= "4-12"}
"conf-libssl" {= "4"}
"conf-pkg-config" {= "3"}
"conformist" {= "0.8.1"}
"containers" {= "3.12"}
"cppo" {= "1.6.9"}
"cpuid" {= "0.1.2"}
"csexp" {= "1.5.2"}
"cstruct" {= "6.0.1"}
"cstruct-lwt" {= "6.0.1"}
"digestif" {= "1.1.4"}
"domain-name" {= "0.4.0"}
"dune" {= "3.11.1"}
"dune-build-info" {= "3.11.1"}
"dune-configurator" {= "3.11.1"}
"duration" {= "0.2.1"}
"either" {= "1.0.0"}
"eqaf" {= "0.9"}
"faraday" {= "0.8.2"}
"faraday-lwt" {= "0.8.2"}
"faraday-lwt-unix" {= "0.8.2"}
"fieldslib" {= "v0.16.0"}
"fmt" {= "0.9.0"}
"fpath" {= "0.7.3"}
"gmap" {= "0.3.0"}
"hkdf" {= "1.0.4"}
"hmap" {= "0.8.1"}
"httpaf" {= "0.7.1"}
"httpaf-lwt-unix" {= "0.7.1"}
"ipaddr" {= "5.5.0"}
"jwto" {= "0.4.0"}
"logs" {= "0.7.0"}
"lwt" {= "5.7.0"}
"lwt-dllist" {= "1.0.1"}
"lwt_ppx" {= "2.1.0"}
"lwt_ssl" {= "1.2.0"}
"macaddr" {= "5.5.0"}
"magic-mime" {= "1.3.1"}
"mirage-crypto" {= "0.11.2"}
"mirage-crypto-ec" {= "0.11.2"}
"mirage-crypto-pk" {= "0.11.2"}
"mirage-crypto-rng" {= "0.11.2"}
"mirage-no-solo5" {= "1"}
"mirage-no-xen" {= "1"}
"mtime" {= "2.0.0"}
"multipart-form-data" {= "0.3.0"}
"nocrypto" {= "0.5.4-2"}
"num" {= "1.4"}
"ocaml" {= "4.14.1"}
"ocaml-compiler-libs" {= "v0.12.4"}
"ocaml-syntax-shims" {= "1.0.0"}
"ocamlbuild" {= "0.14.2"}
"ocamlfind" {= "1.9.6"}
"ocb-stubblr" {= "0.1.1-1"}
"ocplib-endian" {= "1.2"}
"opium" {= "0.20.0"}
"parsexp" {= "v0.16.0"}
"pbkdf" {= "1.2.0"}
"ppx_derivers" {= "1.2.1"}
"ppx_deriving" {= "5.2.1"}
"ppx_deriving_yojson" {= "3.7.0"}
"ppx_fields_conv" {= "v0.16.0"}
"ppx_sexp_conv" {= "v0.16.0"}
"ppxlib" {= "0.31.0"}
"ptime" {= "1.1.0"}
"re" {= "1.11.0"}
"result" {= "1.5"}
"rock" {= "0.20.0"}
"rresult" {= "0.7.0"}
"safepass" {= "3.1"}
"seq" {= "base"}
"sexplib" {= "v0.16.0"}
"sexplib0" {= "v0.16.0"}
"ssl" {= "0.7.0"}
"stdlib-shims" {= "0.3.0"}
"stringext" {= "1.6.0"}
"tls" {= "0.17.1"}
"topkg" {= "1.0.7"}
"tsort" {= "2.1.0"}
"tyxml" {= "4.6.0"}
"uri" {= "4.4.0"}
"uuidm" {= "0.9.8"}
"uutf" {= "1.0.3"}
"x509" {= "0.16.5"}
"yojson" {= "2.1.1"}
"zarith" {= "1.13"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/oxidizing/sihl.git"
name: "sihl"