29 lines
1002 B
Plaintext
Generated
29 lines
1002 B
Plaintext
Generated
opam-version: "2.0"
|
|
synopsis: "Hexadecimal encoding and decoding"
|
|
description: "A library to encode and decode hexadecimal byte sequences."
|
|
maintainer: "Hannes Mehnert <hannes@mehnert.org>"
|
|
authors: "Hannes Mehnert <hannes@mehnert.org>"
|
|
license: "BSD-2-Clause"
|
|
homepage: "https://git.robur.coop/robur/ohex"
|
|
doc: "https://robur-coop.github.io/ohex/doc"
|
|
bug-reports: "https://git.robur.coop/robur/ohex/issues"
|
|
depends: [
|
|
"ocaml" {>= "4.08.0"}
|
|
"dune" {>= "2.7"}
|
|
"alcotest" {with-test}
|
|
]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
["dune" "build" "-p" name "-j" jobs]
|
|
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
|
]
|
|
dev-repo: "git+https://git.robur.coop/robur/ohex.git"
|
|
url {
|
|
src: "https://github.com/ocaml/opam-source-archives/raw/main/ohex-0.2.0.tar.gz"
|
|
checksum: [
|
|
"md5=77f2cbe75b9efd528a2b3478a8d4f3d4"
|
|
"sha512=af72a9699f81878cc7d247a92a28332a8e34f247ad6bd477f8c7ae7f2970b73c4750a31eedf8eeb43ca8d19ae3c4c4f8a9d5421a40b73eb1f1711f44b14ff3e6"
|
|
]
|
|
}
|
|
x-maintenance-intent: [ "(latest)" ]
|