c-cube / tiny_httpd

Minimal HTTP server using good old threads + blocking IO, with a small request router.
https://c-cube.github.io/tiny_httpd
75 stars 11 forks source link

tiny_httpd.core is required since 0.17 #88

Open davesnx opened 1 month ago

davesnx commented 1 month ago
Error: This expression has type [> `GET ]
       but an expression was expected of type Tiny_httpd_core.Meth.t
       Tiny_httpd_core.Meth.t is abstract because no corresponding cmi file was found in path.

Probably implicit transitive dependencies from dune, fixes this.

c-cube commented 1 month ago

could you try with current main branch? I added some re_export