Skip to content

Commit 2091093

Browse files
authored
Merge pull request #28553 from dinosaure/release-base64-v3.5.2
[new release] base64 (3.5.2)
2 parents 4312392 + 83d3a92 commit 2091093

File tree

1 file changed

+39
-0
lines changed
  • packages/base64/base64.3.5.2

1 file changed

+39
-0
lines changed

packages/base64/base64.3.5.2/opam

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: [ "Thomas Gazagnaire"
4+
"Anil Madhavapeddy" "Calascibetta Romain"
5+
"Peter Zotov" ]
6+
license: "ISC"
7+
homepage: "https://github.com/mirage/ocaml-base64"
8+
doc: "https://mirage.github.io/ocaml-base64/"
9+
bug-reports: "https://github.com/mirage/ocaml-base64/issues"
10+
dev-repo: "git+https://github.com/mirage/ocaml-base64.git"
11+
synopsis: "Base64 encoding for OCaml"
12+
description: """
13+
Base64 is a group of similar binary-to-text encoding schemes that represent
14+
binary data in an ASCII string format by translating it into a radix-64
15+
representation. It is specified in RFC 4648.
16+
"""
17+
depends: [
18+
"ocaml" {>= "4.07.0"}
19+
"dune" {>= "2.3"}
20+
"fmt" {with-test & >= "0.8.7"}
21+
"bos" {with-test}
22+
"rresult" {with-test}
23+
"alcotest" {with-test}
24+
]
25+
build: [
26+
["dune" "subst"] {dev}
27+
["dune" "build" "-p" name "-j" jobs]
28+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
29+
]
30+
x-maintenance-intent: [ "(latest)" ]
31+
url {
32+
src:
33+
"https://github.com/mirage/ocaml-base64/releases/download/v3.5.2/base64-3.5.2.tbz"
34+
checksum: [
35+
"sha256=b3f5ce301aa72c7032ef90be2332d72ff3962922c00ee2aec6bcade187a2f59b"
36+
"sha512=82148a1fefec9493aaeac032c8d46b9548369d7fd90a57865e009a32c8a0eef950f0f8dbb52b74bb46880a590a0b49f2daa7ab4857233734aee8e383f5a164ec"
37+
]
38+
}
39+
x-commit-hash: "edc588cb89f699e17ea13494898cca4bd7d46b8b"

0 commit comments

Comments
 (0)