From 27278af92db3e276b16e0750c43d339f9866f57a Mon Sep 17 00:00:00 2001 From: Canopy bot Date: Sun, 6 Nov 2022 10:56:56 +0000 Subject: [PATCH] updated from main (commit 940e34a535174449c6e14133071330d7a7f52b05) --- atom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom b/atom index 92732f6..f218b83 100644 --- a/atom +++ b/atom @@ -1,4 +1,4 @@ -urn:uuid:981361ca-e71d-4997-a52c-baeee78e4156full stack engineer2022-10-11T12:14:07-00:00<p>Re-developing an opam cache from scratch, as a MirageOS unikernel</p> +urn:uuid:981361ca-e71d-4997-a52c-baeee78e4156full stack engineer2022-11-06T10:56:43-00:00<p>Re-developing an opam cache from scratch, as a MirageOS unikernel</p> 2022-09-29T13:04:14-00:00<p>We at <a href="https://robur.coop">robur</a> developed <a href="https://git.robur.io/robur/opam-mirror">opam-mirror</a> in the last month and run a public opam mirror at https://opam.robur.coop (updated hourly).</p> <h1>What is opam and why should I care?</h1> <p><a href="https://opam.ocaml.org">Opam</a> is the OCaml package manager (also used by other projects such as <a href="https://coq.inria.fr">coq</a>). It is a source based system: the so-called repository contains the metadata (url to source tarballs, build dependencies, author, homepage, development repository) of all packages. The main repository is hosted on GitHub as <a href="https://github.com/ocaml/opam-repository">ocaml/opam-repository</a>, where authors of OCaml software can contribute (as pull request) their latest releases.</p>