mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
chore: add keywords in opam
This commit is contained in:
parent
a89c0ce4f2
commit
9a1309c44f
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue