https://github.com/patriksvensson/spdx
A .NET library that makes it easy to retrieve information about SPDX licenses.
https://github.com/patriksvensson/spdx
licenses open-source spdx spdx-licenses
Last synced: 6 months ago
JSON representation
A .NET library that makes it easy to retrieve information about SPDX licenses.
- Host: GitHub
- URL: https://github.com/patriksvensson/spdx
- Owner: patriksvensson
- License: mit
- Created: 2021-11-20T16:55:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T15:43:29.000Z (over 1 year ago)
- Last Synced: 2025-04-16T03:55:34.456Z (6 months ago)
- Topics: licenses, open-source, spdx, spdx-licenses
- Language: C#
- Homepage:
- Size: 128 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# `Spdx`
_[](https://www.nuget.org/packages/spdx)_
An (unoffical) library for working with [SPDX](https://spdx.dev/) (Software Package Data Exchange).
**License database version:** 3.22
# Features
* Retrieve information about SPDX licenses
* Parse SPDX license expressions
* Create SPDX 2.3 documents## Examples
See the `Examples` directory for examples of how to use this library.
## Building
We're using [Cake](https://github.com/cake-build/cake) as a
[dotnet tool](https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools)
for building. So make sure that you've restored Cake by running
the following in the repository root:```
> dotnet tool restore
```After that, running the build is as easy as writing:
```
> dotnet cake
```## Copyright
Copyright (c) 2021 Patrik Svensson