File tree 5 files changed +17
-24
lines changed
5 files changed +17
-24
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ url = "/projects/one-time-password"
20
20
[[extra .list ]]
21
21
title = " OpenSSL bindings"
22
22
content = " Bindings to OpenSSL, static and dynamic, with Haskell wrappers"
23
- url = " /projects/hsopenssl "
23
+ url = " /projects/openssl "
24
24
25
25
[[extra .list ]]
26
26
title = " And many more"
Original file line number Diff line number Diff line change @@ -4,16 +4,14 @@ title = "Botan Bindings"
4
4
5
5
The Haskell Cryptography Group presents its suite of Botan packages:
6
6
7
- | Package | Status | Version |
8
- | ----------------------------------| ----------------------| ---------------------- ----|
9
- | [ botan-low] [ botan-low ] | ![ botan-low-ci ] | ![ botan-low- version] |
10
- | [ botan‑bindings] [ botan-bindings ] | ![ botan-bindings-ci ] | ![ botan-bindings- version] |
7
+ | Package | Version |
8
+ | ----------------------------------| --------------------------|
9
+ | [ botan-low] [ botan-low ] | ![ botan-low-version] |
10
+ | [ botan‑bindings] [ botan-bindings ] | ![ botan-bindings-version] |
11
11
12
12
13
13
[ botan-low ] : https://github.com/haskell-cryptography/botan/tree/main/botan-low
14
- [ botan-low-ci ] : https://github.com/haskell-cryptography/botan/actions/workflows/ci.yml/badge.svg
15
14
[ botan-low-version ] : https://img.shields.io/hackage/v/botan-low.svg
16
15
17
16
[ botan-bindings ] : https://github.com/haskell-cryptography/botan/tree/main/botan
18
- [ botan-bindings-ci ] : https://github.com/haskell-cryptography/botan/actions/workflows/main-ci.yml/badge.svg
19
17
[ botan-bindings-version ] : https://img.shields.io/hackage/v/botan-bindings.svg
Original file line number Diff line number Diff line change @@ -4,18 +4,16 @@ title = "Libsodium Bindings"
4
4
5
5
The Haskell Cryptography Group presents its suite of libsodium packages:
6
6
7
- | Package | Status | Version |
8
- | --------------------------| ------------------ | ---------------- |
9
- | [ sel] [ sel ] | ![ sel-ci ] | ![ sel- version] |
10
- | [ libsodium‑bindings] [ lb ] | ![ lb-ci ] | ![ lb- version] |
7
+ | Package | Version |
8
+ | --------------------------| ----------------|
9
+ | [ sel] [ sel ] | ![ sel-version] |
10
+ | [ libsodium‑bindings] [ lb ] | ![ lb-version] |
11
11
12
12
13
13
14
14
15
15
[ sel ] : https://github.com/haskell-cryptography/libsodium-bindings/tree/main/sel
16
- [ sel-ci ] : https://github.com/haskell-cryptography/libsodium-bindings/actions/workflows/sel.yml/badge.svg
17
16
[ sel-version ] : https://img.shields.io/hackage/v/sel.svg
18
17
19
18
[ lb ] : https://github.com/haskell-cryptography/libsodium-bindings/tree/main/libsodium-bindings
20
- [ lb-ci ] : https://github.com/haskell-cryptography/libsodium-bindings/actions/workflows/libsodium-bindings.yml/badge.svg
21
19
[ lb-version ] : https://img.shields.io/hackage/v/libsodium-bindings.svg
Original file line number Diff line number Diff line change @@ -4,11 +4,10 @@ title = "One-Time Password"
4
4
5
5
The Haskell Cryptography Group presents its One-Time Password package
6
6
7
- | Package | Status | Version |
8
- | ----------------------------------| ----------------------| ---------------------- ----|
9
- | [ one-time-password] [ one-time-password ] | ![ one-time-password-ci ] | ![ one-time-password- version] |
7
+ | Package | Version |
8
+ | ----------------------------------| --------------------------|
9
+ | [ one-time-password] [ one-time-password ] | ![ one-time-password-version] |
10
10
11
11
12
- [ one-time-password ] : https://github.com/haskell-cryptography/one-time-password/tree/main/one-time-password
13
- [ one-time-password-ci ] : https://github.com/haskell-cryptography/one-time-password/actions/workflows/one-time-password.yml/badge.svg
12
+ [ one-time-password ] : https://github.com/haskell-cryptography/one-time-password
14
13
[ one-time-password-version ] : https://img.shields.io/hackage/v/one-time-password.svg
Original file line number Diff line number Diff line change @@ -4,12 +4,10 @@ title = "OpenSSL Bindings"
4
4
5
5
The Haskell Cryptography Group presents its bindings to OpenSSL:
6
6
7
- | Package | Status | Version |
8
- | -----------------------| ---------------| --------------- -----------|
9
- | [ HsOpenSSL] | ![ ci ] | ![ HsOpenSSL-version] |
7
+ | Package | Version |
8
+ | -----------------------| --------------------------|
9
+ | [ HsOpenSSL] | ![ HsOpenSSL-version] |
10
10
11
11
12
- [ HsOpenSSL ] : https://github.com/haskell-cryptography/HsOpenSSL/tree/main/HsOpenSSL
13
- [ ci ] : https://github.com/haskell-cryptography/HsOpenSSL/actions/workflows/haskell.yml/badge.svg
12
+ [ HsOpenSSL ] : https://github.com/haskell-cryptography/HsOpenSSL
14
13
[ HsOpenSSL-version ] : https://img.shields.io/hackage/v/HsOpenSSL.svg
15
-
You can’t perform that action at this time.
0 commit comments