Skip to content

Instantly share code, notes, and snippets.

@bmorphism
Created July 28, 2024 01:13
Show Gist options
  • Save bmorphism/f4ebc833c10f47b1041e9d13c6a02f18 to your computer and use it in GitHub Desktop.
Save bmorphism/f4ebc833c10f47b1041e9d13c6a02f18 to your computer and use it in GitHub Desktop.
opam
```
(python) flox [pretopos] barton@hatchery pretopos % opam install forester
The following actions will be performed:
=== install 29 packages
∗ algaeff 2.0.0 [required by forester]
∗ angstrom 0.16.0 [required by uri]
∗ asai 0.3.1 [required by forester]
∗ base64 3.5.1 [required by repr]
∗ bigstringaf 0.10.0 [required by angstrom]
∗ bwd 2.3.0 [required by forester]
∗ cstruct 6.2.0 [required by eio]
∗ domain-local-await 1.0.1 [required by eio]
∗ dune-build-info 3.16.0 [required by forester]
∗ eio 1.1 [required by eio_posix]
∗ eio_main 1.1 [required by forester]
∗ eio_posix 1.1 [required by eio_main]
∗ either 1.0.0 [required by repr]
∗ forester 4.1.0
∗ hmap 0.8.1 [required by eio]
∗ ISO8601 0.2.6 [required by toml]
∗ iomux 0.3 [required by eio_posix]
∗ jsonm 1.0.2 [required by repr]
∗ lwt-dllist 1.0.1 [required by eio]
∗ mtime 2.0.0 [required by eio]
∗ optint 0.3.0 [required by repr]
∗ psq 0.2.1 [required by eio]
∗ ptime 1.1.0 [required by forester]
∗ repr 0.7.0 [required by forester]
∗ stringext 1.6.0 [required by uri]
∗ thread-table 1.0.0 [required by domain-local-await]
∗ toml 7.1.0 [required by forester]
∗ uri 4.4.0 [required by forester]
∗ yuujinchou 5.2.0 [required by forester]
Proceed with ∗ 29 installations? [y/n] y
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><> 🐫
⬇ retrieved algaeff.2.0.0 (https://opam.ocaml.org/cache)
⬇ retrieved asai.0.3.1 (https://opam.ocaml.org/cache)
⬇ retrieved angstrom.0.16.0 (https://opam.ocaml.org/cache)
⬇ retrieved base64.3.5.1 (https://opam.ocaml.org/cache)
⬇ retrieved bigstringaf.0.10.0 (https://opam.ocaml.org/cache)
∗ installed algaeff.2.0.0
⬇ retrieved bwd.2.3.0 (https://opam.ocaml.org/cache)
⬇ retrieved domain-local-await.1.0.1 (https://opam.ocaml.org/cache)
∗ installed base64.3.5.1
⬇ retrieved cstruct.6.2.0 (https://opam.ocaml.org/cache)
∗ installed bwd.2.3.0
∗ installed bigstringaf.0.10.0
⬇ retrieved either.1.0.0 (https://opam.ocaml.org/cache)
⬇ retrieved eio.1.1, eio_main.1.1, eio_posix.1.1 (https://opam.ocaml.org/cache)
∗ installed either.1.0.0
∗ installed angstrom.0.16.0
∗ installed cstruct.6.2.0
⬇ retrieved forester.4.1.0 (https://opam.ocaml.org/cache)
∗ installed asai.0.3.1
⬇ retrieved dune-build-info.3.16.0 (cached)
⬇ retrieved iomux.0.3 (https://opam.ocaml.org/cache)
⬇ retrieved hmap.0.8.1 (https://opam.ocaml.org/cache)
⬇ retrieved ISO8601.0.2.6 (https://opam.ocaml.org/cache)
⬇ retrieved lwt-dllist.1.0.1 (https://opam.ocaml.org/cache)
⬇ retrieved mtime.2.0.0 (https://opam.ocaml.org/cache)
∗ installed ISO8601.0.2.6
⬇ retrieved jsonm.1.0.2 (https://opam.ocaml.org/cache)
∗ installed hmap.0.8.1
∗ installed dune-build-info.3.16.0
∗ installed lwt-dllist.1.0.1
⬇ retrieved optint.0.3.0 (https://opam.ocaml.org/cache)
⬇ retrieved psq.0.2.1 (https://opam.ocaml.org/cache)
⬇ retrieved ptime.1.1.0 (https://opam.ocaml.org/cache)
∗ installed optint.0.3.0
⬇ retrieved stringext.1.6.0 (https://opam.ocaml.org/cache)
∗ installed psq.0.2.1
⬇ retrieved repr.0.7.0 (https://opam.ocaml.org/cache)
⬇ retrieved thread-table.1.0.0 (https://opam.ocaml.org/cache)
∗ installed stringext.1.6.0
∗ installed jsonm.1.0.2
⬇ retrieved toml.7.1.0 (https://opam.ocaml.org/cache)
∗ installed thread-table.1.0.0
⬇ retrieved yuujinchou.5.2.0 (https://opam.ocaml.org/cache)
∗ installed iomux.0.3
⬇ retrieved uri.4.4.0 (https://opam.ocaml.org/cache)
∗ installed domain-local-await.1.0.1
∗ installed toml.7.1.0
∗ installed yuujinchou.5.2.0
∗ installed repr.0.7.0
∗ installed mtime.2.0.0
∗ installed ptime.1.1.0
∗ installed uri.4.4.0
∗ installed eio.1.1
∗ installed eio_posix.1.1
∗ installed eio_main.1.1
∗ installed forester.4.1.0
Done.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment