Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

An implementation of the multicodec specification in haskell.

License

Notifications You must be signed in to change notification settings

multiformats/haskell-multicodec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is no longer maintained and has been archived.

haskell-multicodec

An implementation of the multicodec specification in haskell.

To build the downloaded package:

 cd /path/to/extracted/repo
 
 cabal build

if you want to install:

 cabal install

This library exports the Multicodec module which comes with the Multicodec type and four functions:

 prefixByteString :: String -> ByteString -> Multicodec
 
 removePrefix :: Multicodec -> ByteString
 
 getPrefix :: Multicodec -> Word16
 
 getCodec :: Multicodec -> String

More information about the format at Multicodec

About

An implementation of the multicodec specification in haskell.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published