Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cuspaceflight/tawhiri-downloader
https://github.com/cuspaceflight/tawhiri-downloader
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cuspaceflight/tawhiri-downloader
- Owner: cuspaceflight
- License: mit
- Created: 2015-08-01T17:28:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T21:29:44.000Z (over 3 years ago)
- Last Synced: 2024-03-26T00:20:54.755Z (9 months ago)
- Language: OCaml
- Size: 78.1 KB
- Stars: 4
- Watchers: 5
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
As root
apt install -y build-essential rsync git libpcre3-dev libncurses-dev pkg-config m4 unzip aspcud autoconf bubblewrap
apt install -y libssl-dev libgmp-dev libffi-dev libeccodes-dev libcurl4-gnutls-dev
sh <(curl -sL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)As your user
opam init -y
eval $(opam env)
opam install core async ctypes ctypes-foreign ocurlI last built this on 2021-03-21, using debian 10 (buster), ocaml 4.12.0, core v0.14.1, async v0.14.0, ctypes 0.18.0 and ocurl 0.9.1.
Now build
dune build --profile=release main.exe