summaryrefslogtreecommitdiff
path: root/imworkingon/upstreams.yml
diff options
context:
space:
mode:
Diffstat (limited to 'imworkingon/upstreams.yml')
-rw-r--r--imworkingon/upstreams.yml29
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.