clib icon indicating copy to clipboard operation
clib copied to clipboard

Package manager for the C programming language.

Results 40 clib issues
Sort by recently updated
recently updated
newest added

See https://gist.github.com/kemitchell/ad3bdc6ca8888599502e Related to https://github.com/clibs/clib/issues/275

help wanted

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...

enhancement
help wanted

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...

bug
help wanted

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

enhancement

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...

enhancement
refactoring
needs review

Seems a major security issue!

discussion

`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...

bug

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...

enhancement
question
help wanted