shards
shards copied to clipboard
Dependency manager for the Crystal language
Shards usually specify `postinstall: make`. But on Windows that line means that `make.exe` must exist. Usually it is not globally available, of course, and even when it is, it's some...
Stumbled on this today while trying to install shards for a project. Fresh git clone. Seems like Windows requires some funky permissions for symlinking and it's not possible to do...
You can find out how many shards are on https://crystalshards.org/ via: https://crystalshards.org/shards 6133 right now. Would it be possible to add more statistics in a simple overview page? For instance,...
Pijul is a distributed version control system. It's inspired by Darcs, but is written in Rust, and uses a different merge algorithm. https://pijul.org/
# Problem `shards build` incorrectly treats `--mcpu` as if you specified `--target` (also, separately, `--target` on `shards build` makes `--target` on `crystal build` not available directly). # Reproduce As an...
I have a private shard that my app uses. Right now I just point it to master branch. When I do these steps, I seem to run in to a...
I noticed that standard input descriptor is immediately closed when running `shards run`. This is evident by the following code: https://github.com/crystal-lang/shards/blob/85b30b5755b5aad8e5b4bd94cc94610c6a617bea/src/commands/run.cr#L31 Only standard output and standard error are inherited from...
Running `shards install` on different projects concurrently fails with 0.17: `Failed to clone https://github.com/kemalcr/kemal.git` 0.16: `Locked version 1.1.2 for kemal was not found in git: https://github.com/kemalcr/kemal.git.` Repro: https://github.com/jgillich/shards-demo (main.cr spawns...
Should `shards` be used as a build system manager in the future - much like Rust's `cargo`, node.js's `npm`, or Java's `maven`?
I'd like to revive this but under a different issue than #81 (which I don't know if it's exactly about this) Today I wanted to install [this shard](https://github.com/bcardiff/ghshard) in a...