package

github.com/kickscondor/jalopy

main / published Jan 6, 2026 / repository

Very minimal Crystal library for generating IPFS CARs and CIDs.

Jalopy

Quick and dirty CARs and CIDs for IPFS. You can use this library without needing to install IPFS. Very minimal dependencies.

Installation

Add this to your application's shard.yml:

dependencies:
  jalopy:
    github: kickscondor/jalopy

Usage

require "jalopy"

API