Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ushitora-anqou/jitsonnet


https://github.com/ushitora-anqou/jitsonnet

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# JITsonnet

A JIT compiler for Jsonnet programming language.

## Usage (via Docker)

```
git clone https://github.com/ushitora-anqou/jitsonnet.git
cd jitsonnet
docker build . -t jitsonnet:dev
docker run -v $PWD:/pwd jitsonnet:dev run --haskell /pwd/path/to/file.jsonnet
```

## License

Each submodule in `thirdparty/` are distributed under its own licese.

The rest of the files are licensed under MIT License. See the LICENSE file for details.