this repo has no description
0
fork

Configure Feed

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

Merge pull request #14147 from avsm/nbd

nbd.3.0.0: tests dont compile with safe-string

authored by

Marcello Seri and committed by
GitHub
0d25e87c 9bc14ec7

+2 -2
+2 -2
packages/nbd/nbd.3.0.0/opam
··· 10 10 ["oasis" "setup"] 11 11 ["./configure" "--prefix" prefix] 12 12 [make] 13 - ["./configure" "--enable-tests"] {with-test} 14 - [make "test"] {with-test} 13 + ["./configure" "--enable-tests"] {with-test & ocaml:version < "4.06.0"} 14 + [make "test"] {with-test & ocaml:version < "4.06.0"} 15 15 ] 16 16 install: [ 17 17 [make "install" "BINDIR=%{bin}%"]