diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-14 00:12:53 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-14 00:13:36 -0600 |
commit | d342e7ed223ee7c3c42c402b3eaca990e20a053c (patch) | |
tree | fe6480f40c4bf5e6dde880dc77b051c7918a4755 /imworkingon/upstreams.yml | |
parent | c793ff8f7b37c028953c33480ebfa52b5a0b0001 (diff) |
Rework not not have imworkingon stuff in the top-level
Diffstat (limited to 'imworkingon/upstreams.yml')
-rw-r--r-- | imworkingon/upstreams.yml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/imworkingon/upstreams.yml b/imworkingon/upstreams.yml new file mode 100644 index 0000000..7dc0d70 --- /dev/null +++ b/imworkingon/upstreams.yml @@ -0,0 +1,29 @@ +- urls: [https://github.com/flori/json] + name: ruby-json + desc: | + Ruby's standard JSON gem (which comes bundled with the core Ruby + distribution!). +- urls: [https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio] + desc: | + The `mkinitcpio` tool generates init-ramdisk images to boot + GNU/Linux systems. +- urls: + - https://www.darwinsys.com/file/ + - https://mailman.astron.com/pipermail/file/ + - https://github.com/file/file + desc: | + The `file` tool sniffs a file to tell you about the file's + format. +- urls: + - https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git + - https://github.com/erofs/erofs-utils + desc: | + EROFS is the Enhanced Read-Only File System, a successor to + SquashFS. +- urls: [https://github.com/diamondburned/gotk4] + desc: | + gotk4 is a project that burries the lede: yes, it is a set of Go + bindings to GTK4. But (IMO) more interestingly, + `./gir/cmd/gir-generate` is a tool for generating Go bindings to + GObject Introspection (GI) libraries from the `.gir` files + describing the library. |