You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please read the sample `Makefile` for some details.
174
178
179
+
### Experimental projects
180
+
181
+
As the original Bash script grows, we feel a necessity to facilitate its maintenance. In [#126](https://github.com/icy/pacapt/issues/126), we propose to rewrite the project in Go, and some discussions have been made on the future of this project.
182
+
183
+
Feel free to contribute to our new Rust port: [`pacaptr`](https://github.com/rami3l/pacaptr).
184
+
185
+
Before that, we have also made several tries to rewrite the project:
186
+
187
+
*`pacapt`'s [`nd`](https://github.com/icy/pacapt/tree/nd) branch: A rewrite in Dlang, but not mature enough.
188
+
189
+
*[`pacapt-py`](https://github.com/rami3l/pacapt-py): A proof of concept in Python to provide pacapt-like experience to Homebrew.
190
+
191
+
*[`pacapt-go`](https://github.com/rami3l/pacaptr/tree/go-dev): A more complete rewrite in Go, now lives in the [`go-dev`](https://github.com/rami3l/pacaptr/tree/go-dev) branch of `pacaptr` as legacy code.
192
+
175
193
## License
176
194
177
195
This work is released under the terms of Fair license
0 commit comments