clib
clib copied to clipboard
Package manager for the C programming language.
See https://gist.github.com/kemitchell/ad3bdc6ca8888599502e Related to https://github.com/clibs/clib/issues/275
Currently, we make requests to `raw.githubusercontent.com` which fails to work with private repositories as the `[email protected]` scheme no longer works. PATs do not seem to work as a query string...
Looks like the test passed a few times, but the master still fails with a seg fault, so let's keep experimenting
Taking a look at the [actions results](https://github.com/clibs/clib/actions) it seems some tests fail on Mac, but not always. ``` Running clib(1) tests ./test/gh-35-exit-codes.sh: line 8: 21111 Segmentation fault: 11 clib install...
Now that github is encouraging people to call their primary branch "main" instead of "master" it probably makes sense to default to main or master rather than just master
Towards fixing #105 In order to support multiple registries and be able to download packages from multiple sources I had to change quite a few things. - An abstraction for...
`clib` is suggesting I upgrade from v2.8.0 to v2.7.0. This seems backwards. ``` $ clib -V info : You are using clib 2.8.0, a new version is avalable. You can...
Hello there, and thanks for the neat tool! I'm excited to see it grow! One feature I'd personally love to see is to have some ability to run `clib` as...