From 9e9d48b5d8170791bb612040b64f88e106e61723 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sat, 15 Feb 2025 20:38:20 -0500 Subject: [PATCH] update --- nanoev.opam | 2 +- nanoev_tiny_httpd.opam | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nanoev.opam b/nanoev.opam index a155b58..9fa7ba9 100644 --- a/nanoev.opam +++ b/nanoev.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -synopsis: "Tiny event loop around `select`" +synopsis: "Tiny event loop abstraction" maintainer: ["Simon Cruanes"] authors: ["Simon Cruanes"] license: "MIT" diff --git a/nanoev_tiny_httpd.opam b/nanoev_tiny_httpd.opam index db979ff..9504331 100644 --- a/nanoev_tiny_httpd.opam +++ b/nanoev_tiny_httpd.opam @@ -4,6 +4,7 @@ synopsis: "Use nanoev as a basis for tiny_httpd" maintainer: ["Simon Cruanes"] authors: ["Simon Cruanes"] license: "MIT" +tags: ["nanoev" "http"] homepage: "https://github.com/c-cube/nanoev" bug-reports: "https://github.com/c-cube/nanoev/issues" depends: [