adaptant-labs / spdx-licenses-dart

A Dart library for working with the SPDX License List

Home Page:https://pub.dartlang.org/packages/spdx_licenses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Dart library for working with the SPDX License List

https://pub.dartlang.org/packages/spdx_licenses

License:Apache License 2.0


Languages

Language:Dart 100.0%