Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P1171
opam can deal with multi-instances indeed
Active
Public
Actions
Authored by
ardumont
on Sep 21 2021, 1:54 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
$ pwd
/home/tony/scratch/opam/test-opam-root
$ opam init --reinit --bare --no-setup --root $PWD opam.ocaml.org https://opam.ocaml.org
$ opam repository add --root $PWD satysfi-external https://github.com/gfngfn/satysfi-external-repo.git
$ opam repository add --root $PWD opam-windows-repository https://github.com/vouillon/opam-windows-repository.git
$ opam repository add --root $PWD ocamlbench-repo https://github.com/OCamlPro/ocamlbench-repo.git
$ opam repo --all --root $PWD
# Repository # Url # Switches(rank)
ocamlbench-repo git+https://github.com/OCamlPro/ocamlbench-repo.git
opam-windows-repository git+https://github.com/vouillon/opam-windows-repository.git
opam.ocaml.org https://opam.ocaml.org <default>(1)
satysfi-external git+https://github.com/gfngfn/satysfi-external-repo.git
$ du -sh
247M .
$ opam list --all --root $PWD --repos ocamlbench-repo
# Packages matching: any
# Name # Installed # Synopsis
all-bench -- Meta packages triggering the installation of all macro-benchmark packages.
almabench-bench -- A number-crunching benchmark designed for cross-language and vendor comparisons
alt-ergo-bench --
async-echo-bench --
async-rpc-bench --
async-smtp-bench -- Sending and receiving n emails with async_smtp
bdd-bench -- BDD benchmark.
camlp4 --
chameneos-bench -- See http://benchmarksgame.alioth.debian.org/u64/performance.php?test=chameneosredux#about
cohttp-bench --
compcert -- The CompCert C compiler.
compcert-bench -- Compcert benchmark (on its raytracer tests).
coq-bench --
core-micro-bench --
core-sequence-bench -- Iterator composition benchmark
core-tests-bench --
cpdf-bench -- Tests on cpdf on some big file operations
frama-c-bench --
js_of_ocaml-bench --
json-bench-data --
jsonm-bench --
kb-bench -- Knuth-Bendix completion algorith benchmark
lexifi-g2pp-bench -- A simplified and stripped down version of LexiFi's calibration routine for the G2++ model
macrobenchmarks --
macrobenchmarks-test -- Building this package run various tests
menhir-bench --
minilight-bench -- Minilight benchmark.
nbcodec -- non-blocking IO interface design
nbcodec-bench -- Non-blocking codec for S-expressions
numerical-analysis-bench -- Collection of small programs for numerical analysis (bench)
ocaml -- The OCaml compiler (virtual package)
ocaml-variants --
patdiff-bench --
ppx_tools -- Tools for authors of ppx rewriters and other syntactic tools
sauvola-bench -- Functions to enhance contrast of scanned images in OCaml (Benchmark)
sequence-bench --
thread-bench -- Lwt/Async scheduler benchmarks
valet-bench -- Simulation of an access control system
yojson-bench --
Event Timeline
ardumont
created this paste.
Sep 21 2021, 1:54 PM
2021-09-21 13:54:56 (UTC+2)
ardumont
edited the content of this paste.
(Show Details)
ardumont
edited the content of this paste.
(Show Details)
Sep 21 2021, 1:57 PM
2021-09-21 13:57:31 (UTC+2)
ardumont
mentioned this in
D6316: opam: Share opam root directory even on multiple instances
.
Sep 21 2021, 6:23 PM
2021-09-21 18:23:22 (UTC+2)
ardumont
mentioned this in
rDLSe7716c0122e9: opam: Share opam root directory even on multiple instances
.
Sep 29 2021, 9:15 AM
2021-09-29 09:15:46 (UTC+2)
borisbaldassari
mentioned this in
D6394: gitlab: Allow listing of instances providing multiple vcs_type [PLEASE DELETE ME]
.
Oct 2 2021, 9:06 PM
2021-10-02 21:06:45 (UTC+2)
Log In to Comment