gentoo-ebuilds/dev-ml/tiny_httpd/files/tiny_httpd-0.16-noseq.patch
Alfredo Tupone 2dedbfbe38
dev-ml/tiny_httpd: add 0.16
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2024-07-01 18:39:54 +02:00

11 lines
376 B
Diff

--- a/src/dune 2024-07-01 18:38:15.116581859 +0200
+++ b/src/dune 2024-07-01 18:38:21.807507542 +0200
@@ -1,7 +1,7 @@
(library
(name tiny_httpd)
(public_name tiny_httpd)
- (libraries threads seq unix
+ (libraries threads unix
(select Tiny_httpd_log.ml from
(logs -> Tiny_httpd_log.logs.ml)
(-> Tiny_httpd_log.default.ml)))