File tree Expand file tree Collapse file tree 1 file changed +64
-0
lines changed
packages/passage/passage.0.3.1 Expand file tree Collapse file tree 1 file changed +64
-0
lines changed Original file line number Diff line number Diff line change 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+ "bos"
11+ "cmdliner" {< "2.0.0"}
12+ "ocaml" {>= "4.14"}
13+ "conf-age"
14+ "dune" {>= "3.9"}
15+ "devkit" {>= "1.20240429"}
16+ "extunix"
17+ "fileutils"
18+ "fpath"
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+ available: os != "win32" & os != "macos"
43+ x-maintenance-intent: ["(latest)"]
44+ x-ci-accept-failures: [
45+ "alpine-3.22"
46+ "centos-9"
47+ "centos-10"
48+ "archlinux"
49+ "debian-11"
50+ "fedora-41"
51+ "fedora-42"
52+ "fedora-43"
53+ "opensuse-15.6"
54+ "opensuse-tumbleweed"
55+ ]
56+ url {
57+ src:
58+ "https://github.com/ahrefs/passage/releases/download/0.3.1/passage-0.3.1.tbz"
59+ checksum: [
60+ "sha256=1c642ca4e7def82574d9a8949de135c7cd4fe6b75493d574de53468acda34d4a"
61+ "sha512=d6b6a523a40419ad02eb20e3a3c2ec89c24a791b415ca56b251dae608e163c9215ca1e6e69965eabcdab96f2d80c93af84bdb947c07d70ab2a1c59c51706ec96"
62+ ]
63+ }
64+ x-commit-hash: "bf22416363cbbad59d2009ba897bede4fb670a99"
You can’t perform that action at this time.
0 commit comments