/haskell-criu-rpc-types

Primary LanguageProtocol BufferMIT LicenseMIT

Haskell CRIU RPC Types and Lenses

Hackage MIT license

Types and lenses for the CRIU RPC API generated using proto-lens.

Building

The easiest way to build this project is to install nix and run nix-shell. This will launch a shell with all the necessary dependencies installed allowing you to run cabal install.

If you do not want to use nix, the only external dependency needed is the protobuf compiler, protoc, this is in a package called protobuf on most systems (see https://github.com/google/protobuf).