jmackie / kesha

πŸ‘©β€πŸŽ€ Haskell implementation of `nix-hash`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kesha

CI Hackage

A Haskell library for computing the cryptographic hash of any path.

The implementation is an almost verbatim implementation of nix-hash, which is the standard tool used by the Nix package manager.

module Main where

import qualified Kesha

main :: IO ()
main = do
  result <- Kesha.hash "some-path"
  print result

About

πŸ‘©β€πŸŽ€ Haskell implementation of `nix-hash`

License:MIT License


Languages

Language:Haskell 92.9%Language:Nix 4.3%Language:Shell 2.8%