Skip to content

Commit 035a20e

Browse files
authored
Merge pull request ocaml#27988 from sam-huckaby/release-savvy-0.4.0
[new release] savvy (0.4.0)
2 parents d6f4eb7 + c95a942 commit 035a20e

File tree

1 file changed

+47
-0
lines changed
  • packages/savvy/savvy.0.4.0

1 file changed

+47
-0
lines changed

packages/savvy/savvy.0.4.0/opam

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
opam-version: "2.0"
2+
synopsis: "A straightforward OAuth2 client"
3+
description:
4+
"A client library for OAuth2 that will help make the setup of secure auth flows easy to manage."
5+
maintainer: ["Sam Huckaby"]
6+
authors: ["Sam huckaby"]
7+
license: "MIT"
8+
tags: ["oauth2" "security" "oauth"]
9+
homepage: "https://github.com/sam-huckaby/savvy"
10+
doc: "https://github.com/sam-huckaby/savvy"
11+
bug-reports: "https://github.com/sam-huckaby/savvy/issues"
12+
depends: [
13+
"ocaml"
14+
"dune" {>= "3.16"}
15+
"base64" {>= "3.5.0"}
16+
"cohttp-lwt-unix"
17+
"yojson"
18+
"uri"
19+
"ppx_deriving"
20+
"ppx_deriving_yojson"
21+
"cryptokit"
22+
"odoc" {with-doc}
23+
]
24+
build: [
25+
["dune" "subst"] {dev}
26+
[
27+
"dune"
28+
"build"
29+
"-p"
30+
name
31+
"-j"
32+
jobs
33+
"@install"
34+
"@runtest" {with-test}
35+
"@doc" {with-doc}
36+
]
37+
]
38+
dev-repo: "git+https://github.com/sam-huckaby/savvy.git"
39+
url {
40+
src:
41+
"https://github.com/sam-huckaby/savvy/releases/download/0.4.0/savvy-0.4.0.tbz"
42+
checksum: [
43+
"sha256=a9e2b62cbf273c881d47d86db243706e41dcf52ce3107288b7edcf61cc53bb10"
44+
"sha512=2903142b0f64d06c02ab91e3a3545d8e38f0bef34a57e7aa8d97d06f11f12daee43825a4c91afa39f5c6542b61e8bb3a57b1076358031ae74b5d6d0e5944cecd"
45+
]
46+
}
47+
x-commit-hash: "cac60ce4e556b29c89fb3226ea1033e8f1554caa"

0 commit comments

Comments
 (0)