https://github.com/cuspaceflight/tawhiri-downloader
https://github.com/cuspaceflight/tawhiri-downloader
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cuspaceflight/tawhiri-downloader
- Owner: cuspaceflight
- License: mit
- Created: 2015-08-01T17:28:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T21:29:44.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T13:11:23.157Z (about 1 year ago)
- Language: OCaml
- Size: 78.1 KB
- Stars: 3
- Watchers: 4
- 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 ocurl
I 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