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
(synopsis"Sinatra like web toolkit based on Lwt + Cohttp")
14
-
(description "Opium_kernel is the Unix indpendent core of Opium. Useful for extremely portable environments such as mirage.")
23
+
(description
24
+
"Opium_kernel is the Unix indpendent core of Opium. Useful for extremely portable environments such as mirage.")
15
25
(depends
16
-
(ocaml (>= 4.04.1))
17
-
(dune (>= 1.11))
26
+
(ocaml
27
+
(>= 4.04.1))
28
+
(dune
29
+
(>= 1.11))
18
30
hmap
19
31
cohttp
20
32
cohttp-lwt
@@ -24,22 +36,18 @@
24
36
ppx_fields_conv
25
37
ppx_sexp_conv
26
38
re
27
-
(alcotest :with-test))
28
-
)
39
+
(alcotest :with-test)))
29
40
30
41
(package
31
42
(name opium)
32
43
(synopsis"Sinatra like web toolkit based on Lwt + Cohttp")
33
44
(description
34
-
"Opium is a minimalistic library for quickly binding functions to http routes. Its features include (but not limited to):
35
-
36
-
Middleware system for app independent components
37
-
A simple router for matching urls and parsing parameters
38
-
Request/Response pretty printing for easier debugging
39
-
")
45
+
"Opium is a minimalistic library for quickly binding functions to http routes. Its features include (but not limited to):\n\n Middleware system for app independent components\n A simple router for matching urls and parsing parameters\n Request/Response pretty printing for easier debugging\n ")
0 commit comments