Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/giraud/rincewind

cmt information extractor
https://github.com/giraud/rincewind

cmt-extractor ocaml

Last synced: 23 days ago
JSON representation

cmt information extractor

Awesome Lists containing this project

README

        

# rincewind

![Build Rincewind executables](https://github.com/giraud/rincewind/workflows/Build%20Rincewind%20executables/badge.svg?branch=master)

Rincewind is a CMT annotation extractor used by the [ReasonML plugin](https://github.com/reasonml-editor/reasonml-idea-plugin) for IntelliJ Idea.

### local build

prepare:
- opam switch \[create] \
- opam install -t . --deps-only

build:
- dune build

test:
- dune runtest