https://github.com/puripuri2100/csv2satyg
Converts csv file to SATySFi's package file.
https://github.com/puripuri2100/csv2satyg
csv satysfi
Last synced: 8 months ago
JSON representation
Converts csv file to SATySFi's package file.
- Host: GitHub
- URL: https://github.com/puripuri2100/csv2satyg
- Owner: puripuri2100
- License: mit
- Created: 2020-04-01T19:34:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-02T02:49:40.000Z (over 6 years ago)
- Last Synced: 2024-12-29T07:24:59.396Z (over 1 year ago)
- Topics: csv, satysfi
- Language: OCaml
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# csv2satyg
Converts xml file to SATySFi's package file.
# Install using OPAM
Here is a list of minimally required softwares.
* git
* make
* [opam](https://opam.ocaml.org/) 2.0
* ocaml (>= 4.06.0) (installed by OPAM)
## Example
### Install opam (Ubuntu)
```sh
sh <(curl -sL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)
eval $(opam env)
```
### Install ocaml (Ubuntu)
```sh
opam init --comp 4.07.1
```
### Install ocaml (Ubuntu on WSL)
```sh
opam init --comp 4.07.1 --disable-sandboxing
```
### Build
```sh
git clone https://github.com/puripuri2100/csv2satyg.git
cd csv2satyg
opam pin add csv2satyg .
opam install csv2satyg
```
# Usage of xml2saty
Type
```sh
csv2satyg -o -t
```
## Starting out
```sh
make demo
```
If `demo/textcolor.satyg` and `demo/textcolor-t.satyg` are created, then the setup has been finished correctly.
---
This software released under [the MIT license](https://github.com/puripuri2100/csv2satyg/blob/master/LICENSE).
Copyright (c) 2020 Naoki Kaneko (a.k.a. "puripuri2100")