Materials for the LambdaNantes 4 workshop: An Introduction to Unikernels with OCaml!
0
fork

Configure Feed

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

Initialize presentation skeleton

xvw 52f0b918 4a3f188c

+18
+4
.gitignore
··· 34 34 35 35 # Local OPAM switch 36 36 _opam/ 37 + _vendors/ 38 + 39 + # Slipshow artifact 40 + support/slides.html
+11
support/dune
··· 1 + (rule 2 + (aliases support) 3 + (targets slides.html) 4 + (deps 5 + (glob_files *.md) 6 + (glob_files *.draw)) 7 + (mode promote) 8 + (action 9 + (progn 10 + (run slipshow compile --theme vanier slides.md) 11 + (run echo "Done."))))
+3
support/slides.md
··· 1 + --- 2 + dimension:16:9 3 + ---