Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```