Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ushitora-anqou/jitsonnet
https://github.com/ushitora-anqou/jitsonnet
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ushitora-anqou/jitsonnet
- Owner: ushitora-anqou
- License: mit
- Created: 2024-04-16T12:48:02.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-07-31T13:40:00.000Z (6 months ago)
- Last Synced: 2024-07-31T16:58:02.815Z (6 months ago)
- Language: OCaml
- Size: 1.86 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.