serialise-uuid: Encode and decode UUID values in CBOR using uuid-types, cborg and serialise.

[ bsd3, data, library ] [ Propose Tags ]

Encode and decode UUID values in CBOR using uuid-types, cborg and serialise.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Change log CHANGELOG.md
Dependencies base (>=4 && <5), bytestring, cborg, serialise, uuid-types [details]
License BSD-3-Clause
Copyright Copyright (c) Renzo Carbonara 2020
Author Renzo Carbonara
Maintainer renλren.zone
Category Data
Home page https://gitlab.com/k0001/serialise-uuid
Bug tracker https://gitlab.com/k0001/serialise-uuid/issues
Uploaded by RenzoCarbonara at 2020-04-21T18:09:24Z
Distributions NixOS:0.1
Downloads 727 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for serialise-uuid-0.1

[back to package description]

serialise-uuid

Encode and decode UUID values in CBOR using uuid-types, cborg and serialise.

Development

  • Build all with nix-build.

  • Build with some GHC or GHCJS version with nix-build -A $xxx, where $xxx is one of ghc865, ghc883, ghcjs86.

  • Enter a development environment with nix-shell -A $xxx.env, where $xxx is one of ghc865, ghc883, ghcjs86.