this repo has no description

[new release] passage (0.1.3)

CHANGES:

- add the public_name stanza to the passage lib

Changed files
+60
packages
passage
passage.0.1.3
+60
packages/passage/passage.0.1.3/opam
···
+
opam-version: "2.0"
+
synopsis: "Passage - used to store and manage access to shared secrets"
+
description: "Passage - used to store and manage access to shared secrets"
+
maintainer: ["Ahrefs Pte Ltd <github@ahrefs.com>"]
+
authors: ["Ahrefs Pte Ltd <github@ahrefs.com>"]
+
license: "MIT"
+
homepage: "https://github.com/ahrefs/passage"
+
bug-reports: "https://github.com/ahrefs/passage/issues"
+
depends: [
+
"cmdliner" {>= "1.1.0"}
+
"ocaml" {>= "4.14"}
+
"conf-age"
+
"dune" {>= "3.9"}
+
"devkit" {>= "1.20240429"}
+
"extunix"
+
"fileutils"
+
"fpath"
+
"lwt"
+
"lwt_ppx"
+
"menhir" {>= "20231231"}
+
"ppx_expect"
+
"ocamlformat" {with-dev-setup & = "0.26.2"}
+
"qrc"
+
"re2"
+
"sedlex"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ahrefs/passage.git"
+
x-ci-accept-failures: [
+
"alpine-3.20"
+
"archlinux"
+
"debian-11"
+
"fedora-39"
+
"fedora-40"
+
"opensuse-15.6"
+
"opensuse-tumbleweed"
+
]
+
url {
+
src:
+
"https://github.com/ahrefs/passage/releases/download/0.1.3/passage-0.1.3.tbz"
+
checksum: [
+
"sha256=c5116e7ac112dd67135389540742d957e79132be92467b9c3035d6523a12b91f"
+
"sha512=00c250c577a754c714361302253e74bd8daccce94873321f9cd5abd2a402657b75b2b720989aac0f1a95f51bc0fbcb764ffa688ffb01e35b8d475a27036805d0"
+
]
+
}
+
x-commit-hash: "f3a29ae51a9128c8055c7c473c3e32b86933d5de"