You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dune-project
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@
18
18
(package
19
19
(name rock)
20
20
(synopsis
21
-
"Minimalist framework to build extensible HTTP servers and clients")
21
+
"Minimalist framework to build extensible HTTP servers and clients")
22
22
(description
23
-
"Rock is a Unix indpendent API to build extensible HTTP servers and clients. It provides building blocks such as middlewares and handlers (a.k.a controllers).")
23
+
"Rock is a Unix indpendent API to build extensible HTTP servers and clients. It provides building blocks such as middlewares and handlers (a.k.a controllers).")
24
24
(depends
25
25
(ocaml
26
26
(>= 4.08))
@@ -37,7 +37,7 @@
37
37
(name opium)
38
38
(synopsis"OCaml web framework")
39
39
(description
40
-
"Opium is a web framework for OCaml that provides everything you need to build safe, fast and extensible web applications.")
40
+
"Opium is a web framework for OCaml that provides everything you need to build safe, fast and extensible web applications.")
41
41
(depends
42
42
(ocaml
43
43
(>= 4.08))
@@ -54,7 +54,7 @@
54
54
magic-mime
55
55
yojson
56
56
tyxml
57
-
mirage-crypto
57
+
digestif
58
58
(base64
59
59
(>= 3.0.0))
60
60
astring
@@ -71,7 +71,7 @@
71
71
(name opium-testing)
72
72
(synopsis"Testing library for Opium")
73
73
(description
74
-
"A library that provides helpers to easily test your Opium applications.")
74
+
"A library that provides helpers to easily test your Opium applications.")
75
75
(depends
76
76
(ocaml
77
77
(>= 4.08))
@@ -85,7 +85,7 @@
85
85
(name opium-graphql)
86
86
(synopsis"Run GraphQL servers with Opium")
87
87
(description
88
-
"This package allows you to execute Opium requests against GraphQL schemas built with `graphql`.")
88
+
"This package allows you to execute Opium requests against GraphQL schemas built with `graphql`.")
0 commit comments