summaryrefslogtreecommitdiff
path: root/upstreams.yml
blob: 7dc0d70b1020a90f2a6076e4d54cb2cc0b9e6c48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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.