Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/antoinegagne/poseidon


https://github.com/antoinegagne/poseidon

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# poseidon

## Dependencies

* [OTP 24+](https://www.erlang.org/)
* [`rebar3`](https://www.rebar3.org/)
* [Rust](https://www.rust-lang.org/)

## Development

### Building

To compile this library, the following command can be used:

```sh
rebar3 compile
```

### Running Checks

To run all the checks, it is possible to use the `check` alias:

```sh
rebar3 check
```

This will run all the tests (`eunit`, Common Tests and `proper` tests) along
with `xref`, `dialyzer`, `edoc` and code coverage.

### Running Interactively

To run the library inside an interactive Erlang shell, the following command
may be used:

```sh
rebar3 shell
```

## Licensing

This software is licensed under the BSD3 license.