Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 341 Bytes

misc.md

File metadata and controls

26 lines (20 loc) · 341 Bytes
layout lang title
default
en
Good stuff

Code Snippet

OCaml & opam

create a local switch

opam switch link <switch-version> .

export/import package lists between two versions

opam switch <version-old>
opam switch export <temp>
opam switch <version-new>
opam switch import <temp>

T.B.C

t.b.c