blob: 44826c7c9bfcc0d453a2f1efc2970eb722717fdc (
about) (
plain) (
blame)
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
|
# Tasks
## TODO Add "install-check" phase to Guix derivations {#task-e7a6ce11-4dd0-f2bc-7ab2-3cd593b7f1c5}
- TODO in 2021-03-08
---
In order to check that all personal packages are building correctly and producing the correct output, such as manpages, binaries, libraries, etc.
## TODO Allow `scripts/paku` to generate service definitions {#task-5b2445f3-3f60-4ae0-af16-3e440bbcbb86}
- TODO in 2021-02-26
---
For systemd, Shepherd, runit, etc.
Can OpenRC accomplish that?
## TODO Use musl/TinyCC on environment {#task-7b26a233-2302-44b4-ac46-e458c44eeaa3}
- TODO in 2021-02-26
---
So that any dependency on GCC specific things are avoided.
## TODO Packaging queue {#task-4caec700-059f-46bd-bd1d-ec23b73b3330}
- TODO in 2021-02-21
---
- [debug-me](https://debug-me.branchable.com/)
- tmuxinator
- terraform
- terraform-provider-vultr
- matrix-synapse-service-type
- webtorrent-hybrid
- archivebox (or simpler equivalent)
Other relevant patches:
- install-guix.sh --batch
- duality of `~/.guix-profile` and `~/.config/guix/current`
## DONE Fix tests of fallible on Nix {#task-c4d0ef03-1752-480c-9d6a-8e9d53e53746}
- DONE in 2021-02-20
Fixed the problem upstream.
- TODO in 2021-02-17
## TODO Add support for more OSes {#task-92fa2f2a-047c-4580-8f99-4a191789021f}
- TODO in 2021-02-13
---
- [ ] Debian
- [ ] Fedora
- [ ] Slackware
- [ ] Gentoo
- [ ] Arch
- [x] NixOS
- [x] Guix
- [ ] Void Linux (XBPS)
- [ ] FreeBSD
- [ ] OpenBSD
- [ ] NetBSD (pkgsrc)
- [ ] openSUSE (Zypper)
- [ ] Alpine (apk)
- [ ] Homebrew
- [ ] Void
### Debian
Relevant links:
- <https://salsa.debian.org/debian/ssmtp/-/tree/master/debian>
- <https://www.debian.org/doc/debian-policy/>
- <https://www.debian.org/doc/manuals/developers-reference/index.en.html>
- <https://wiki.debian.org/DebianRepository/SetupWithReprepro>
- <https://www.debian.org/doc/manuals/debmake-doc/ch04.en.html>
- <https://github.com/utmapp/UTM/blob/09878140200cfea286e93734d9ef37473ea49cc5/scripts/package.sh>
# Bugs
# Improvements
# Questions
# Resources
- [Universal Packaging Tool (upt)](https://framagit.org/upt/upt)
# Scratch
## langs
### Mediator ecosystem
Rust:
- Mediator
- eq
### Embeddable libraries
Rust:
- libjson
- libedn
- libmustache
- libxtx (+ libXXXs)
- libpds
- libtraverse
- yoctoauth (libauth)
- konformigado (libcli)
### CLI tools
Rust:
- xq
Haskell:
- MakeCheck
Zig:
- gistatic
Perl:
- paku
Go:
- listatic
C:
- remembering
- fallible
- std-tools
sh + make:
- AutoQEMU
### Services
Clojure:
- mediator.ht (also mediator ecosystem)
Guile:
- Songbooks (LilyPond ecosystem)
Perl:
- Standardify
DiscussionsSite: Elixir? Rackett? Haskell?
## More scratch
lib lib lib, what about duplication of Rust's std on each of them?
Use Rust code directly to avoid duplication in the final binary?
Or just don't bother?
Ideally, Rust would use the FFI interface, to enforce dogfooding.
|