diff options
Diffstat (limited to 'imworkingon/upstreams.yml')
-rw-r--r-- | imworkingon/upstreams.yml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/imworkingon/upstreams.yml b/imworkingon/upstreams.yml index 53733d9..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 @@ -80,3 +82,11 @@ 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. |