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.
- Host: GitHub
- URL: https://github.com/davidtimms/aqueduct
- Owner: DavidTimms
- Created: 2022-01-29T16:58:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T18:38:53.000Z (about 4 years ago)
- Last Synced: 2025-06-26T07:41:59.948Z (9 months ago)
- Language: OCaml
- Size: 287 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```