Skip to content

wayofthepie/haskell-criu-rpc-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).