12 lines
262 B
YAML
12 lines
262 B
YAML
name: mutex
|
|
description: Mutual exclusion with implementation of normal and read-write mutex
|
|
version: 3.1.0
|
|
homepage: https://github.com/hoylen/dart-mutex
|
|
|
|
environment:
|
|
sdk: '>=2.15.0 <4.0.0'
|
|
|
|
dev_dependencies:
|
|
lints: ^2.1.1
|
|
pana: ^0.21.37
|
|
test: ^1.16.3
|