this repo has no description
0
fork

Configure Feed

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

[new release] passage (0.1.2)

CHANGES:

- Update test config and add opam ci exclusions

+62
+62
packages/passage/passage.0.1.2/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 + "dune" {>= "3.9"} 13 + "devkit" 14 + "extunix" 15 + "fileutils" 16 + "fpath" 17 + "lwt" 18 + "lwt_ppx" 19 + "menhir" {>= "20231231"} 20 + "ppx_expect" 21 + "ocamlformat" {with-dev-setup & = "0.26.2"} 22 + "qrc" 23 + "re2" 24 + "sedlex" 25 + "odoc" {with-doc} 26 + ] 27 + build: [ 28 + ["dune" "subst"] {dev} 29 + [ 30 + "dune" 31 + "build" 32 + "-p" 33 + name 34 + "-j" 35 + jobs 36 + "@install" 37 + "@runtest" {with-test} 38 + "@doc" {with-doc} 39 + ] 40 + ] 41 + dev-repo: "git+https://github.com/ahrefs/passage.git" 42 + depexts: [ 43 + ["age"] {os-family = "debian"} 44 + ] 45 + x-ci-accept-failures: [ 46 + "alpine-3.20" 47 + "archlinux" 48 + "debian-11" 49 + "fedora-39" 50 + "fedora-40" 51 + "opensuse-15.6" 52 + "opensuse-tumbleweed" 53 + ] 54 + url { 55 + src: 56 + "https://github.com/ahrefs/passage/releases/download/0.1.2/passage-0.1.2.tbz" 57 + checksum: [ 58 + "sha256=36c7c211f44c3e2ce070187c598a2586245c022a1f192ed3785e1816627f7f11" 59 + "sha512=63add75ff3b704abf628ad3c34aef9ad60aa340f895dfbae519eefa4f3dd3ccce3a145f2364b23d74031f2f414aca6991cf810b9b5636641a0207bebe81b9f8d" 60 + ] 61 + } 62 + x-commit-hash: "cf981a4483ff2a97e572d1d3bee79e0b539aede4"