fix dune-project

This commit is contained in:
Swrup 2024-04-01 21:00:47 +02:00
parent 2c443eca53
commit a8c317c18b
3 changed files with 9 additions and 1 deletions

View File

@ -1,2 +1,8 @@
(lang dune 2.0)
(name http-client)
(name httpcats)
(package
(name httpcats))
(package
(name happy))

View File

@ -1,5 +1,6 @@
(library
(name happy)
(public_name happy)
(modules happy)
(libraries miou.unix mtime.clock.os ipaddr.unix cstruct dns dns-client
happy-eyeballs mirage-crypto-rng hxd.string hxd.core)

View File

@ -1,5 +1,6 @@
(library
(name httpcats)
(public_name httpcats)
(modules httpcats tls_miou http_miou_unix http_miou_client http_miou_server
flow runtime)
(libraries hxd.string hxd.core ca-certs happy httpaf h2 tls miou.unix))