Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 751 Bytes

CONTRIBUTING.md

File metadata and controls

43 lines (26 loc) · 751 Bytes

CONTRIBUTING

FEEL FREE TO CREATE ISSUES AND PRs

Development

How to start?

Requirements

  • OCaml >= 4.14
  • Dune
  • OPAM

Use development branch

Use the dev branch.

Setup development environment

# Create a switch for project
$ opam switch create . --deps-only
# Or just install deps
$ opam install . --deps-only

Next...

See examples.

How to design library API?

See nats.rs.

Tasks

You can find open tasks at project board and issues page.

Questions

If you have any questions, please contact @romanchechyotkin or @dx3mod.