From 9cce548db7d6d7ecba4402b479915fc9f14fc634 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Thu, 9 Jul 2026 15:39:44 +0100 Subject: [PATCH] README: Add link to spdx-cpp-model Signed-off-by: Arthit Suriyawongkul --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4cf44ca..290954d 100644 --- a/README.md +++ b/README.md @@ -170,3 +170,11 @@ matches the version number specified in `version.py` (e.g. `v1.0.0`). After this, GitHub actions will do the rest to build the package and publish it to PyPI. + +## Other language bindings + +Bindings for other languages include: + +- [spdx-cpp-model] - for C++ + +[spdx-cpp-model]: https://github.com/spdx/spdx-cpp-model