Source: dart-pool
Section: devel
Maintainer: Emfox Zhou <emfox@debian.org>
Build-Depends: debhelper-compat (= 14),
 dh-sequence-single-binary
Standards-Version: 4.7.4
Homepage: https://github.com/dart-lang/tools/tree/main/pkgs/pool
Vcs-Git: https://salsa.debian.org/dart-team/dart-pool.git
Vcs-Browser: https://salsa.debian.org/dart-team/dart-pool

Package: dart-pool
Architecture: all
Depends: dart-async, dart-stack-trace
Description: Manage a finite pool of resources
 This package ships the pool Dart library as sources so that other Dart
 packages can depend on it at build time.
 .
 Manage a finite pool of resources. Useful for controlling concurrent file
 system or network requests.
