Skip to content

gr-im/site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

site

This is the source code for the generator on my personal page (which uses YOCaml. The aim of this site will be to collect notes on the various subjects I deal with, mainly related to programming. It will also serve as a repository for older notes that I have taken over the years.

Building locally

This series of instructions explains how to build a local switch, isolated for development. It assumes you're using OPAM and as the instructions rely on the existence of the --with-dev-setup flag (to install a development environment), version >= 2.2.0+beta1 is required.

opam update # update the state of opam
opam switch create . --deps-only --with-dev-setup -y
eval $(opam env)