mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-08 20:25:31 -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
|
(depopts
|
||||||
(domain-local-await (>= 0.2)))
|
(domain-local-await (>= 0.2)))
|
||||||
(tags
|
(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
|
; 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"]
|
maintainer: ["Simon Cruanes"]
|
||||||
authors: ["Simon Cruanes"]
|
authors: ["Simon Cruanes"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
tags: ["thread" "pool" "domain"]
|
tags: ["thread" "pool" "domain" "futures" "fork-join"]
|
||||||
homepage: "https://github.com/c-cube/moonpool"
|
homepage: "https://github.com/c-cube/moonpool"
|
||||||
bug-reports: "https://github.com/c-cube/moonpool/issues"
|
bug-reports: "https://github.com/c-cube/moonpool/issues"
|
||||||
depends: [
|
depends: [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue