this repo has no description
0
fork

Configure Feed

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

Update packages/preface/preface.1.1.0/opam

Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>

authored by

Xavier Van de Woestyne
Marcello Seri
and committed by
GitHub
75eef35b 410d2636

+1 -1
+1 -1
packages/preface/preface.1.1.0/opam
··· 16 16 build: [ 17 17 [ "dune" "subst" ] {dev} 18 18 [ "dune" "build" "-p" name "-j" jobs ] 19 - [ "dune" "runtest" "-p" name ] {with-test} 19 + [ "dune" "runtest" "-p" name ] {with-test & ocaml:version >= "5.1.0"} 20 20 [ "dune" "build" "@doc" "-p" name ] {with-doc} 21 21 ] 22 22