#! /bin/sh # Include the git hash in an OCaml file. revision=$(git rev-parse --short HEAD) compile_date=$(date +%Y/%m/%d) echo "let revision = \"${revision} - compiled on ${compile_date}\"" k rel='alternate' title='Atom feed' href='https://git.chimrod.com/blog_scripts.git/atom/lib/elements/dune?h=master' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/lib/elements/dune
blob: 97d0753ee7108f530d01ea2b6006a854f030e93c (plain)
1
2
3
4
5
6
7
8
9
(library
 (name elements)
 (libraries 
   brr
   brr.note
   js_of_ocaml
   )
 (preprocess (pps ppx_hash js_of_ocaml-ppx))
)