this repo has no description

Merge pull request #21239 from schubev/opam-publish-sodium-fmt.1.0.0

Package sodium-fmt.1.0.0

Kate f64a14a8 dcf2be81

Changed files
+44
packages
sodium-fmt
sodium-fmt.1.0.0
+44
packages/sodium-fmt/sodium-fmt.1.0.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Fmt formatters for Sodium"
+
description: """
+
sodium-fmt provides a set of formatters to format values of the various types defined by sodium.
+
It also provides utility formatters which will read from bytes and Sodium.bigbytes values and format them as sodium values.
+
"""
+
maintainer: ["~schube/sodium-fmt@lists.sr.ht"]
+
authors: ["Victor Schubert"]
+
license: "GPL-3.0-or-later"
+
depends: [
+
"alcotest" {with-test}
+
"ocaml" {>= "4.13.1"}
+
"dune" {>= "3.0.3"}
+
"sodium" {>= "0.6.0"}
+
"fmt" {>= "0.9.0"}
+
"base64" {>= "3.5.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
homepage: "https://git.sr.ht/~schube/sodium-fmt"
+
bug-reports: "https://lists.sr.ht/~schube/sodium-fmt"
+
doc: "https://schube.srht.site/sodium-fmt/index.html"
+
dev-repo: "git+https://git.sr.ht/~schube/sodium-fmt"
+
url {
+
src: "https://git.sr.ht/~schube/sodium-fmt/archive/1.0.0.tar.gz"
+
checksum: [
+
"md5=7e203be8147c6381cb0e4fdde43460eb"
+
"sha512=f1ce606f511f5da9b01381b58c997fec224ec5b7cc589ca71a0996ee6df1f44b90c814fce2c4f9100627ad247c08997d59c24e795d67536376f7a83d094c2f1b"
+
]
+
}