spdx_licenses 0.0.1 copy "spdx_licenses: ^0.0.1" to clipboard
spdx_licenses: ^0.0.1 copied to clipboard

A Dart library for working with the SPDX License List

spdx-licenses-dart #

Build Status Pub

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.

0
likes
30
pub points
0%
popularity

Publisher

verified publisheradaptant.io

A Dart library for working with the SPDX License List

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

resource

More

Packages that depend on spdx_licenses