this repo has no description
0
fork

Configure Feed

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

Merge pull request #25998 from jmid/expand-conf-secp256k1

conf-secp256k1: add FreeBSD and Ubuntu-family support

authored by

Marcello Seri and committed by
GitHub
dd30a3a3 e12f156b

+3 -2
+3 -2
packages/conf-secp256k1/conf-secp256k1.2/opam
··· 7 7 dev-repo: "git+https://github.com/dakk/conf-secp256k1" 8 8 9 9 depexts: [ 10 - ["libsecp256k1-dev"] {os-family = "debian"} 10 + ["libsecp256k1-dev"] {os-family = "debian" | os-family = "ubuntu"} 11 11 ["dev-libs/libsecp256k1"] {os-distribution = "gentoo"} 12 12 ["domt4/crypto/libsecp256k1"] {os-distribution = "homebrew" & os = "macos"} 13 13 ["libsecp256k1-git"] {os-distribution = "arch"} ··· 15 15 ["libsecp256k1" "libsecp256k1-devel"] {os-distribution = "fedora"} 16 16 ["libsecp256k1"] {os-family = "suse" | os-family = "opensuse"} 17 17 ["libsecp256k1" "libsecp256k1-devel"] {os-distribution = "ol"} 18 + ["secp256k1"] {os = "freebsd"} 18 19 ] 19 20 synopsis: "Virtual package relying on a secp256k1 lib system installation" 20 21 description: 21 - "This package can only install if the secp256k1 lib is installed on the system." 22 + "This package tries to install the secp256k1 using the system's package manager, however is not making any further check on the availability of the library or its version." 22 23 flags: conf