Skip to content

Commit

Permalink
Implement a first version of the SPDX generator
Browse files Browse the repository at this point in the history
This is meant only for generating simple SPDX files in the
context of e3-based builds.

For AdaCore#554
  • Loading branch information
enzbang committed Feb 10, 2023
1 parent 0bce698 commit d2c9b2a
Showing 3 changed files with 623 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -50,6 +50,7 @@ and sharing the same namespace: `e3`.
- *os.timezone*: platform independent interface to get the machine timezone
- *platform*: generic interface for providing platform information
- *platform_db*: knowledge base for computing platform information
- *spdx*: simple interface for generating SPDX files
- *store*: interface to download and store resources in a store
- *sys*: `e3` information, sanity check, ...
- *text*: text formatting and transformation
Loading

0 comments on commit d2c9b2a

Please sign in to comment.