-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
44 lines (44 loc) · 1.26 KB
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# 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"
]
}