Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wayofthepie/haskell-criu-rpc-types
https://github.com/wayofthepie/haskell-criu-rpc-types
criu haskell lenses nix
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wayofthepie/haskell-criu-rpc-types
- Owner: wayofthepie
- License: mit
- Created: 2017-01-21T18:39:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T20:03:49.000Z (almost 8 years ago)
- Last Synced: 2024-02-23T04:03:18.449Z (9 months ago)
- Topics: criu, haskell, lenses, nix
- Language: Protocol Buffer
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Haskell CRIU RPC Types and Lenses
[![Hackage](https://img.shields.io/badge/Hackage-0.0.0.2-orange.svg)](https://hackage.haskell.org/package/criu-rpc-types)
[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)Types and lenses for the CRIU RPC API generated using [proto-lens](https://github.com/google/proto-lens).
# Building
The easiest way to build this project is to install [nix](https://nixos.org/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
).