this repo has no description
0
fork

Configure Feed

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

Merge pull request #18274 from dinosaure/release-hxd-0.3.1

[new release] hxd (0.3.1)

authored by

Kate and committed by
GitHub
d2c0481b 40bfbc6e

+36
+36
packages/hxd/hxd.0.3.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 3 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 4 + homepage: "https://github.com/dinosaure/hxd" 5 + bug-reports: "https://github.com/dinosaure/hxd/issues" 6 + dev-repo: "git+https://github.com/dinosaure/hxd.git" 7 + doc: "https://dinosaure.github.io/hxd/" 8 + license: "MIT" 9 + synopsis: "Hexdump in OCaml" 10 + description: """Please, help me to debug ocaml-git 11 + """ 12 + 13 + build: [ 14 + [ "dune" "build" "-p" name "-j" jobs ] 15 + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} 16 + ] 17 + 18 + depends: [ 19 + "ocaml" {>= "4.06.0"} 20 + "dune" {>= "2.7"} 21 + "dune-configurator" {>= "2.7"} 22 + "cmdliner" 23 + ] 24 + 25 + depopts: [ 26 + "lwt" 27 + ] 28 + x-commit-hash: "cee4cc97391634d4c4cb15250946dfc5782e335e" 29 + url { 30 + src: 31 + "https://github.com/dinosaure/hxd/releases/download/v0.3.1/hxd-v0.3.1.tbz" 32 + checksum: [ 33 + "sha256=1c226c91e17cd329dec0c287bfd20f36302aa533069ff9c6ced32721f96b29bc" 34 + "sha512=93ff909eb519f750794684dcb050bdf51d271652dcea5501654e63b6ac17b79a85981f984a2e1a6db963240de594f21dde4dc541ef8e5873b906fa50d4ef803b" 35 + ] 36 + }