Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yurug/hjc
Command-line client for Hackojo
https://github.com/yurug/hjc
Last synced: 16 days 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T08:49:57.000Z (about 9 years ago)
- Last Synced: 2024-11-06T08:44:23.632Z (2 months ago)
- Language: OCaml
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- 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
```