signable-haskell-protoc: Signable instances protoc compiler plugin.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

You can find documentation at hackage


[Skip to Readme]

Properties

Versions 0.1, 0.1, 0.2
Change log Changelog.md
Dependencies base (>=4.7 && <5), bytestring (>=0.10 && <0.11), casing (>=0.1 && <0.2), ghc (>=8.2 && <8.11), ghc-paths (>=0.1 && <0.2), ghc-source-gen (>=0.4 && <0.5), lens-family (>=1.2 && <2.1), proto-lens (>=0.7 && <0.8), proto-lens-protoc (>=0.7 && <0.8), proto-lens-runtime (>=0.7 && <0.8), text (>=1.2 && <1.3) [details]
License BSD-3-Clause
Copyright 2020 Coingaming <hello@coingaming.io>
Author Ilja Tkachuk <tkachuk.labs@gmail.com>
Maintainer Ilja Tkachuk <tkachuk.labs@gmail.com>
Category Data, Cryptography
Home page https://github.com/coingaming/signable#readme
Bug tracker https://github.com/coingaming/signable/issues
Source repo head: git clone https://github.com/coingaming/signable
Uploaded by coingaming at 2020-09-21T12:29:37Z

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for signable-haskell-protoc-0.1

[back to package description]

signable-haskell-protoc

Signable instances protoc compiler plugin.

protoc \
  ./*.proto \
  --plugin=protoc-gen-signable=`which signable-haskell-protoc` \
  --signable_out=./src