https://github.com/yurug/hjc
Command-line client for Hackojo
https://github.com/yurug/hjc
Last synced: about 2 months ago
JSON representation
Command-line client for Hackojo
- Host: GitHub
- URL: https://github.com/yurug/hjc
- Owner: yurug
- Created: 2014-07-14T07:03:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T08:49:57.000Z (over 9 years ago)
- Last Synced: 2025-04-24T00:09:01.474Z (about 2 months ago)
- Language: OCaml
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hjc
===Command-line client for Hackojo
# Dependencies
OCaml (>= 4.00), curl, ocamlnet, yojson.
To install dependencies:
```
apt-get install curl
opam install ocamlnet yojson
```# Compilation
```
./configure && make
```