A collection of experiments, more or less organized.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Cargo cut packages ... IN THE DESERT

xvw ae29bd77 4889384c

+6 -1
+3
desert.opam
··· 11 11 depends: [ 12 12 "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.4.0"} 14 + "primavera" 15 + "virtfs" 16 + "lunar" 14 17 "odoc" {with-doc} 15 18 ] 16 19 build: [
+3 -1
dune-project
··· 26 26 (synopsis "Unpackaged experiences") 27 27 (description "Mostly code snippets") 28 28 (depends 29 - (ocaml (>= 5.4.0)))) 29 + (ocaml (>= 5.4.0)) 30 + primavera virtfs lunar)) 31 +