From b98be158139aa0e713f82e6a9f01c84789e9d98b Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 21 Nov 2019 09:55:20 -0600 Subject: [PATCH] chore: add tags to opam --- tiny_httpd.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiny_httpd.opam b/tiny_httpd.opam index 4d9d5f5f..5de78286 100644 --- a/tiny_httpd.opam +++ b/tiny_httpd.opam @@ -15,7 +15,7 @@ depends: [ "ocaml" { >= "4.03.0" } "odoc" {with-doc} ] -tags: [ "http" "thread" "server" ] +tags: [ "http" "thread" "server" "tiny_httpd" "http_of_dir" "simplehttpserver" ] homepage: "https://github.com/c-cube/tiny_httpd/" doc: "https://c-cube.github.io/tiny_httpd/" bug-reports: "https://github.com/c-cube/tiny_httpd/issues"