-
Notifications
You must be signed in to change notification settings - Fork 0
/
ask-integrator.opam.locked
130 lines (130 loc) · 3.15 KB
/
ask-integrator.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
opam-version: "2.0"
version: "0.2.0"
synopsis: "Link questionnaires to an uuid of 'a type"
description: "Generate a link between questionnaires and types"
maintainer: ["[email protected]"]
authors: ["Marc Biedermann"]
license: "MIT"
homepage: "https://github.com/uzh/ask"
doc: "https://github.com/uzh/ask"
bug-reports: "https://github.com/uzh/ask/-/issues"
depends: [
"angstrom" {= "0.15.0"}
"asn1-combinators" {= "0.2.5"}
"astring" {= "0.8.5"}
"base" {= "v0.14.1"}
"base-bytes" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"base64" {= "3.5.0"}
"bigarray-compat" {= "1.0.0"}
"bigstringaf" {= "0.7.0"}
"biniou" {= "1.2.1"}
"caqti" {= "1.4.0"}
"caqti-lwt" {= "1.3.0"}
"cmdliner" {= "1.0.4"}
"conf-gmp" {= "3"}
"conf-gmp-powm-sec" {= "3"}
"conf-libev" {= "4-11"}
"conf-libssl" {= "3"}
"conf-pkg-config" {= "2"}
"conf-zlib" {= "1"}
"conformist" {= "0.4.0"}
"containers" {= "3.2"}
"cppo" {= "1.6.7"}
"cryptokit" {= "1.16.1"}
"csexp" {= "1.4.0"}
"cstruct" {= "6.0.0"}
"cstruct-sexp" {= "6.0.0"}
"domain-name" {= "0.3.0"}
"dune" {= "2.8.4"}
"dune-configurator" {= "2.8.4"}
"duration" {= "0.1.3"}
"easy-format" {= "1.3.2"}
"eqaf" {= "0.7"}
"faraday" {= "0.7.2"}
"faraday-lwt" {= "0.7.2"}
"faraday-lwt-unix" {= "0.7.2"}
"fiat-p256" {= "0.2.3"}
"fieldslib" {= "v0.14.0"}
"fmt" {= "0.8.9"}
"gmap" {= "0.3.0"}
"hacl_x25519" {= "0.2.2"}
"hex" {= "1.4.0"}
"hkdf" {= "1.0.4"}
"hmap" {= "0.8.1"}
"httpaf" {= "0.7.0"}
"httpaf-lwt-unix" {= "0.7.0"}
"jwto" {= "0.3.0"}
"logs" {= "0.7.0"}
"lwt" {= "5.4.0"}
"lwt_ppx" {= "2.0.2"}
"lwt_ssl" {= "1.1.3"}
"magic-mime" {= "1.1.3"}
"mirage-crypto" {= "0.8.10"}
"mirage-crypto-pk" {= "0.8.10"}
"mirage-crypto-rng" {= "0.8.10"}
"mirage-no-solo5" {= "1"}
"mirage-no-xen" {= "1"}
"mmap" {= "1.1.0"}
"mtime" {= "1.2.0"}
"multipart-form-data" {= "0.3.0"}
"num" {= "1.4"}
"ocaml" {= "4.11.0"}
"ocaml-compiler-libs" {= "v0.12.3"}
"ocaml-migrate-parsetree" {= "2.1.0"}
"ocaml-syntax-shims" {= "1.0.0"}
"ocamlbuild" {= "0.14.0"}
"ocamlfind" {= "1.9.1"}
"ocplib-endian" {= "1.1"}
"opium" {= "0.20.0"}
"parsexp" {= "v0.14.0"}
"ppx_cstruct" {= "6.0.0"}
"ppx_derivers" {= "1.2.1"}
"ppx_deriving" {= "5.2.1"}
"ppx_deriving_yojson" {= "3.6.1"}
"ppx_fields_conv" {= "v0.14.2"}
"ppx_sexp_conv" {= "v0.14.3"}
"ppxlib" {= "0.22.0"}
"ptime" {= "0.8.5"}
"re" {= "1.9.0"}
"result" {= "1.5"}
"rock" {= "0.20.0"}
"rresult" {= "0.6.0"}
"safepass" {= "3.1"}
"seq" {= "base"}
"sexplib" {= "v0.14.0"}
"sexplib0" {= "v0.14.0"}
"sihl" {= "0.4.0"}
"sihl-storage" {= "0.4.0"}
"ssl" {= "0.5.10"}
"stdlib-shims" {= "0.3.0"}
"stringext" {= "1.6.0"}
"tls" {= "0.12.8"}
"topkg" {= "1.0.3"}
"tsort" {= "2.0.0"}
"tyxml" {= "4.4.0"}
"uchar" {= "0.0.2"}
"uri" {= "4.1.0"}
"uuidm" {= "0.9.7"}
"uutf" {= "1.0.2"}
"x509" {= "0.11.2"}
"yojson" {= "1.7.0"}
"zarith" {= "1.12"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/uzh/ask.git"
name: "ask-integrator"