summaryrefslogtreecommitdiff
path: root/imworkingon/upstreams.yml
blob: cc96eb68fce39d50a1086bb50b26505b054f63d7 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
- 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.
- urls:
    - https://liberapay.com/
    - https://github.com/liberapay
  name: Liberapay
  desc: |
    Liberapay is a recurrent donations platform to help fund creators
    and projects.
- urls:
    - https://github.com/golang/net
    - https://go.googlesource.com/net
    - https://go-review.googlesource.com/c/net
  name: Go x/net
  desc: |
    `golang.org/x/net` is a set of supplementary Go networking
    libraries.  These are used not just by programmers doing advanced
    networking things in Go, but are also used internally by the Go
    standard library.
- urls:
    - https://github.com/golang/go
    - https://go.googlesource.com/go
    - https://go-review.googlesource.com/c/go
  name: Go
  desc: |
    The Go programming language.