Popularity
2.5
Declining
Activity
0.0
Stable
1
3
1

Monthly Downloads: 9
Programming language: Protocol Buffer
License: MIT License
Tags: Network     Criu    

criu-rpc-types alternatives and similar packages

Based on the "Criu" category.
Alternatively, view criu-rpc-types alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of criu-rpc-types or a related project?

Add another 'Criu' Package

README

Haskell CRIU RPC Types and Lenses

Hackage [MIT license](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).


*Note that all licence references and agreements mentioned in the criu-rpc-types README section above are relevant to that project's source code only.