this repo has no description

Fixed depexts

Changed files
+31 -1
packages
FPauth-strategies
FPauth-strategies.1.0.0
conf-libargon2
conf-libargon2.1
+1 -1
packages/FPauth-strategies/FPauth-strategies.1.0.0/opam
···
"ocaml" {>= "4.12.0"}
"dune" {>= "2.7"}
"base"
"alcotest" {with-test}
"bisect_ppx" {with-test & >= "2.5.0"}
"odoc" {with-doc}
]
-
depexts: [["libargon2-0" | "libargon2-1" | "argon2-libs"]]
build: ["dune" "build" "-p" name "-j" jobs]
run-test: ["dune" "runtest" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/mikeGEINE/FPauth.git"
···
"ocaml" {>= "4.12.0"}
"dune" {>= "2.7"}
"base"
+
"conf-libargon2"
"alcotest" {with-test}
"bisect_ppx" {with-test & >= "2.5.0"}
"odoc" {with-doc}
]
build: ["dune" "build" "-p" name "-j" jobs]
run-test: ["dune" "runtest" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/mikeGEINE/FPauth.git"
+30
packages/conf-libargon2/conf-libargon2.1/opam
···
···
+
opam-version: "2.0"
+
maintainer: "https://github.com/ocaml/opam-repository/issues"
+
homepage: "https://github.com/P-H-C/phc-winner-argon2"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
authors: "Argon2 dev team"
+
license: ["CC0-1.0" "Apache-2.0"]
+
depexts: [
+
["libargon2-0"] {os-family = "debian"}
+
["libargon2-0"] {os-family = "ubuntu"}
+
["argon2-libs"] {os-family = "alpine"}
+
["libargon2"] {os-distribution = "fedora"}
+
["libargon2"] {os-distribution = "rhel"}
+
["libargon2"] {os-distribution = "centos"}
+
["libargon2"] {os-distribution = "ol"}
+
["security/argon2"] {os-family = "suse"}
+
["app-crypt/argon2"] {os-family = "gentoo"}
+
["argon2"] {os-family = "arch"}
+
["argon2"] {os = "macos" & os-distribution = "homebrew"}
+
["argon2"] {os = "macos" & os-distribution = "macports"}
+
["libargon2"] {os = "openbsd"}
+
["security/argon2"] {os = "netbsd"}
+
]
+
+
x-ci-accept-failures: [
+
"oraclelinux-8" # Has argon2 only in EPEL
+
]
+
synopsis: "Virtual package relying on libargon2"
+
description:
+
"This package can only install if the libargon2 library is installed on the system."
+
flags: conf