An open API service indexing awesome lists of open source software.

https://github.com/functionally/ouroboros-leios.env

Development environment for Ouroboros Leios
https://github.com/functionally/ouroboros-leios.env

cardano

Last synced: 11 months ago
JSON representation

Development environment for Ouroboros Leios

Awesome Lists containing this project

README

          

# Nix flake for an Ouroboros Leios development environment

## Compiling Haskell

```console
$ nix develop

# Navigate to the top-level Leios folder.
$ cd .../ouroboros-leios

$ cabal update

$ cabal build all
```

## Building packages or executables

Build `xyz` among the following . . .

- `agdaIOGPrelude`
- `agdaSets`
- `agdaStdlib`
- `agdaStdlibClasses`
- `agdaStdlibMeta`
- `agdaWithDeps`
- `leiosSpec`
- `ols`

. . . with the command . . .

```console
$ nix build .#xyz
```

## Running Leios

```console
$ nix run .#ols -- --help
```