this repo has no description
0
fork

Configure Feed

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

Merge pull request #26277 from thatportugueseguy/release-passage-0.1.3

[new release] passage (0.1.3)

authored by

Marcello Seri and committed by
GitHub
88f29cc0 6fd23ccb

+60
+60
packages/passage/passage.0.1.3/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Passage - used to store and manage access to shared secrets" 3 + description: "Passage - used to store and manage access to shared secrets" 4 + maintainer: ["Ahrefs Pte Ltd <github@ahrefs.com>"] 5 + authors: ["Ahrefs Pte Ltd <github@ahrefs.com>"] 6 + license: "MIT" 7 + homepage: "https://github.com/ahrefs/passage" 8 + bug-reports: "https://github.com/ahrefs/passage/issues" 9 + depends: [ 10 + "cmdliner" {>= "1.1.0"} 11 + "ocaml" {>= "4.14"} 12 + "conf-age" 13 + "dune" {>= "3.9"} 14 + "devkit" {>= "1.20240429"} 15 + "extunix" 16 + "fileutils" 17 + "fpath" 18 + "lwt" 19 + "lwt_ppx" 20 + "menhir" {>= "20231231"} 21 + "ppx_expect" 22 + "ocamlformat" {with-dev-setup & = "0.26.2"} 23 + "qrc" 24 + "re2" 25 + "sedlex" 26 + "odoc" {with-doc} 27 + ] 28 + build: [ 29 + ["dune" "subst"] {dev} 30 + [ 31 + "dune" 32 + "build" 33 + "-p" 34 + name 35 + "-j" 36 + jobs 37 + "@install" 38 + "@runtest" {with-test} 39 + "@doc" {with-doc} 40 + ] 41 + ] 42 + dev-repo: "git+https://github.com/ahrefs/passage.git" 43 + x-ci-accept-failures: [ 44 + "alpine-3.20" 45 + "archlinux" 46 + "debian-11" 47 + "fedora-39" 48 + "fedora-40" 49 + "opensuse-15.6" 50 + "opensuse-tumbleweed" 51 + ] 52 + url { 53 + src: 54 + "https://github.com/ahrefs/passage/releases/download/0.1.3/passage-0.1.3.tbz" 55 + checksum: [ 56 + "sha256=c5116e7ac112dd67135389540742d957e79132be92467b9c3035d6523a12b91f" 57 + "sha512=00c250c577a754c714361302253e74bd8daccce94873321f9cd5abd2a402657b75b2b720989aac0f1a95f51bc0fbcb764ffa688ffb01e35b8d475a27036805d0" 58 + ] 59 + } 60 + x-commit-hash: "f3a29ae51a9128c8055c7c473c3e32b86933d5de"