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

https://github.com/davidtimms/aqueduct

A BitTorrent client, written in OCaml.
https://github.com/davidtimms/aqueduct

Last synced: 6 months ago
JSON representation

A BitTorrent client, written in OCaml.

Awesome Lists containing this project

README

          

# Aqueduct

A [BitTorrent](http://bittorrent.org/introduction.html) client, written in [OCaml](https://ocaml.org).

This project is a work-in-progress.

## Building and running the project

Build an executable:
```
dune build
```

Run the executable:
```
dune exec ./bin/main.exe samples/cosmos-laundromat.torrent cosmos-laundromat
```