this repo has no description

Merge pull request #25509 from hannesm/opam-publish-ohex.0.1.0

Package ohex.0.1.0

Changed files
+27
packages
ohex
ohex.0.1.0
+27
packages/ohex/ohex.0.1.0/opam
···
+
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://git.robur.coop/robur/ohex/archive/v0.1.0.tar.gz"
+
checksum: [
+
"md5=49e29e60782df33e881dd0fd2ec17020"
+
"sha512=60f934d0a18eb8d637d97b714da0bb2afd552e83639ba71455f05c587b07f362056c3bd47ba5ae6f25faeb8c5e47a167c48bc59d0891eec3845179ea63c25621"
+
]
+
}