File tree Expand file tree Collapse file tree 1 file changed +60
-0
lines changed
packages/passage/passage.0.1.8 Expand file tree Collapse file tree 1 file changed +60
-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 <
[email protected] >"]
5+ authors: ["Ahrefs Pte Ltd <
[email protected] >"]
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"
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.8/passage-0.1.8.tbz"
55+ checksum: [
56+ "sha256=988b32b5f3878514196a53ca1ca694fc99a604a7f3f5e05223f283da2328157f"
57+ "sha512=a6264b0fa73b8cd2aff953ea8501bfa47bf587f59c053dc1c8d73f24d1afbfdf53b6da47c6387cd9a52016091196b3201be34405fc61898a44d993603d7f9357"
58+ ]
59+ }
60+ x-commit-hash: "40ebbf2cfa4d035aea3e2e445697b55145697d7c"
You can’t perform that action at this time.
0 commit comments