chore: add keywords in opam

This commit is contained in:
Simon Cruanes 2023-10-25 22:03:35 -04:00
parent a89c0ce4f2
commit 9a1309c44f
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 2 deletions

View file

@ -30,6 +30,6 @@
(depopts
(domain-local-await (>= 0.2)))
(tags
(thread pool domain)))
(thread pool domain futures fork-join)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project

View file

@ -5,7 +5,7 @@ synopsis: "Pools of threads supported by a pool of domains"
maintainer: ["Simon Cruanes"]
authors: ["Simon Cruanes"]
license: "MIT"
tags: ["thread" "pool" "domain"]
tags: ["thread" "pool" "domain" "futures" "fork-join"]
homepage: "https://github.com/c-cube/moonpool"
bug-reports: "https://github.com/c-cube/moonpool/issues"
depends: [