Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keynmol/scip-json
https://github.com/keynmol/scip-json
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/keynmol/scip-json
- Owner: keynmol
- Created: 2023-04-21T09:16:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-21T10:45:44.000Z (over 1 year ago)
- Last Synced: 2024-10-15T14:26:19.746Z (3 months ago)
- Language: Scala
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scip-json - print SCIP files as JSON
## Installation:
- Download the binary from [releases page](https://github.com/keynmol/scip-json/releases/latest)
- Build it yourself:
- Install [Scala CLI](https://scala-cli.virtuslab.org/install)
- Build the binary:
```
scala-cli package --native generated test.scala -f -o scip-json-cli
```## Usage
```
> scip-json-cli index.scip | jq | head
{
"documents": [
{
"occurrences": [
{
"range": [
2,
17,
27
],
```