spdx_licenses 0.0.1 spdx_licenses: ^0.0.1 copied to clipboard
A Dart library for working with the SPDX License List
spdx-licenses-dart #
A Dart library for working with the SPDX License List.
Provides a set of convenience classes and APIs for accessing and validating licensing information provided by the SPDX (Software Package Data Exchange) license list.
Usage #
A simple usage example:
import 'package:spdx_licenses/spdx_licenses.dart';
main() async {
SPDXLicenseDetails details = await SPDXLicenseDetails.readLicenseDetails("Apache-2.0");
...
}
Features and bugs #
Please file feature requests and bugs at the issue tracker.
License #
Licensed under the terms of the Apache 2.0 license.