mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 19:25:32 -05:00
10 lines
224 B
Text
10 lines
224 B
Text
|
|
|
|
(library
|
|
(name tiny_httpd_prometheus)
|
|
(public_name tiny_httpd.prometheus)
|
|
(synopsis "Metrics using prometheus")
|
|
(private_modules common_p_)
|
|
(flags :standard -open Tiny_httpd_core)
|
|
(libraries
|
|
tiny_httpd.core unix))
|