this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25515 from hannesm/opam-publish-ohex.0.2.0

Package ohex.0.2.0

authored by

Marcello Seri and committed by
GitHub
ed309a31 8ca2dc24

+27
+27
packages/ohex/ohex.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Hexadecimal encoding and decoding" 3 + description: "A library to encode and decode hexadecimal byte sequences." 4 + maintainer: "Hannes Mehnert <hannes@mehnert.org>" 5 + authors: "Hannes Mehnert <hannes@mehnert.org>" 6 + license: "BSD-2-Clause" 7 + homepage: "https://git.robur.coop/robur/ohex" 8 + doc: "https://robur-coop.github.io/ohex/doc" 9 + bug-reports: "https://git.robur.coop/robur/ohex/issues" 10 + depends: [ 11 + "ocaml" {>= "4.08.0"} 12 + "dune" {>= "2.7"} 13 + "alcotest" {with-test} 14 + ] 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + ["dune" "build" "-p" name "-j" jobs] 18 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 19 + ] 20 + dev-repo: "git+https://git.robur.coop/robur/ohex.git" 21 + url { 22 + src: "https://git.robur.coop/robur/ohex/archive/v0.2.0.tar.gz" 23 + checksum: [ 24 + "md5=77f2cbe75b9efd528a2b3478a8d4f3d4" 25 + "sha512=af72a9699f81878cc7d247a92a28332a8e34f247ad6bd477f8c7ae7f2970b73c4750a31eedf8eeb43ca8d19ae3c4c4f8a9d5421a40b73eb1f1711f44b14ff3e6" 26 + ] 27 + }