xar unarchiver (.xar, .pkg, .xip)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add project metadata

+24
+2
.gitignore
··· 1 + bin 2 + lib
+6
shard.lock
··· 1 + version: 1.0 2 + shards: 3 + binary_parser: 4 + github: DanSnow/crystal-binary_parser 5 + commit: 3934e71d210c1f2082a7a1e5ecc8cdfe397e79e2 6 +
+16
shard.yml
··· 1 + name: czar 2 + version: 0.1.0 3 + 4 + authors: 5 + - Robin Broda <robin@broda.me> 6 + 7 + targets: 8 + czar: 9 + main: czar.cr 10 + 11 + dependencies: 12 + binary_parser: 13 + github: DanSnow/crystal-binary_parser 14 + commit: 3934e71d210c1f2082a7a1e5ecc8cdfe397e79e2 15 + 16 + license: LGPL3