diff options
Diffstat (limited to 'imworkingon/upstreams.yml')
-rw-r--r-- | imworkingon/upstreams.yml | 41 |
1 files changed, 40 insertions, 1 deletions
diff --git a/imworkingon/upstreams.yml b/imworkingon/upstreams.yml index cc96eb6..7257c6d 100644 --- a/imworkingon/upstreams.yml +++ b/imworkingon/upstreams.yml @@ -1,4 +1,6 @@ -- urls: [https://github.com/flori/json] +- urls: + - https://github.com/ruby/json + - https://github.com/flori/json name: ruby-json desc: | Ruby's standard JSON gem (which comes bundled with the core Ruby @@ -51,3 +53,40 @@ name: Go desc: | The Go programming language. +- urls: + - https://libreboot.org + - https://codeberg.org/libreboot + name: Libreboot + desc: | + Libreboot is a distribution of coreboot, a Free Software + motherboard-firmware platform. +- urls: + - https://www.gnu.org/software/binutils + - https://sourceware.org/binutils + - https://sourceware.org/pipermail/binutils + + - https://www.gnu.org/software/gdb + - https://sourceware.org/gdb + - https://sourceware.org/pipermail/gdb-patches + name: GNU Binutils / GDB + desc: | + The GNU Binutils are the GNU utilities for working with binary + object files: the main ones are the `ld` linker that combines + compiler outputs into a complete program, and the `as` assembler. + + GDB is the GNU Project Debugger for debugging compiled programs. +- urls: + - https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/ # v1 & v2 + - https://chromium-review.googlesource.com/c/chromiumos/platform/vboot/ # v3 rewrite + name: vboot + desc: | + vboot is Google's Verified Boot reference implementation, and is + used by the coreboot userspace tools. +- urls: [https://github.com/python/typeshed] + desc: | + The Python Typeshed is a collection of type-annotations for + popular Python libraries whose upstream don't provide + type-annotations. + + This allows using `mypy` or other type-checkers to validate code + that uses such libraries. |