this repo has no description
0
fork

Configure Feed

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

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

Package ohex.0.1.0

authored by

Marcello Seri and committed by
GitHub
69e073a5 e1c7af37

+27
+27
packages/ohex/ohex.0.1.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.1.0.tar.gz" 23 + checksum: [ 24 + "md5=49e29e60782df33e881dd0fd2ec17020" 25 + "sha512=60f934d0a18eb8d637d97b714da0bb2afd552e83639ba71455f05c587b07f362056c3bd47ba5ae6f25faeb8c5e47a167c48bc59d0891eec3845179ea63c25621" 26 + ] 27 + }