mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2026-01-22 01:06:41 -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))
|