this repo has no description
0
fork

Configure Feed

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

Merge pull request #24999 from lthms/lthms@conf-scdoc

Add conf-scdoc package

authored by

Marcello Seri and committed by
GitHub
91155d8f 22b87c3b

+22
+22
packages/conf-scdoc/conf-scdoc.1/opam
··· 1 + opam-version: "2.0" 2 + authors: "lthms@soap.coffee" 3 + maintainer: "lthms@soap.coffee" 4 + homepage: "https://git.sr.ht/~sircmpwn/scdoc" 5 + bug-reports: "https://github.com/ocaml/opam-repository/issues" 6 + license: "MIT" 7 + build: ["scdoc" "-v"] 8 + depexts: [ 9 + ["scdoc"] {os-family = "arch" | os-family = "archlinux"} 10 + ["scdoc"] {os-family = "debian"} 11 + ["scdoc"] {os-family = "ubuntu"} 12 + ["scdoc"] {os-distribution = "fedora"} 13 + ["scdoc"] {os-distribution = "nixos"} 14 + ["scdoc"] {os-distribution = "alpine"} 15 + ["scdoc"] {os-family = "suse" | os-family = "opensuse"} 16 + ["scdoc"] {os = "macos" & os-distribution = "homebrew"} 17 + ["scdoc"] {os = "macos" & os-distribution = "macports"} 18 + ] 19 + synopsis: "Virtual package to install scdoc" 20 + description: 21 + "This package will install a system scdoc if invoked via `opam depext`" 22 + flags: conf