this repo has no description
0
fork

Configure Feed

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

Patch build check on OpenBSD

+1 -1
+1 -1
packages/conf-diffutils/conf-diffutils.2/opam
··· 5 5 authors: "GNU Project" 6 6 license: "GPL-3.0-or-later" 7 7 build: [ 8 - ["diff" "--help"] { os != "freebsd" } 8 + ["diff" "--help"] { os != "freebsd" & os != "openbsd" } 9 9 ["gdiff" "--help"] { os = "freebsd" | os = "openbsd" } 10 10 ] 11 11 depexts: [