this repo has no description
0
fork

Configure Feed

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

add conf-age opam package

+24
+24
packages/conf-age/conf-age.1/opam
··· 1 + opam-version: "2.0" 2 + authors: "Filippo Valsorda" 3 + maintainer: "https://github.com/filosottile/age/issues" 4 + homepage: "https://age-encryption.org/" 5 + bug-reports: "https://github.com/filosottile/age/issues" 6 + license: "BSD-3-Clause" 7 + build: [["age" "--version"]] 8 + depexts: [ 9 + ["age"] {os-family = "debian"} 10 + ["age"] {os-family = "ubuntu"} 11 + ["age"] {os-distribution = "alpine"} 12 + ["age"] {os-distribution = "nixos"} 13 + ["age"] {os-distribution = "arch"} 14 + ["age"] {os-distribution = "fedora"} 15 + ["age"] {os-distribution = "centos"} 16 + ["age"] {os = "macos" & os-distribution = "homebrew"} 17 + ["age"] {os = "macos" & os-distribution = "macports"} 18 + ["age"] {os = "freebsd"} 19 + ["age"] {os-family = "suse" | os-family = "opensuse"} 20 + ] 21 + synopsis: "Virtual package relying on age" 22 + description: 23 + "This package can only install if the age program is installed on the system." 24 + flags: conf