this repo has no description
0
fork

Configure Feed

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

Merge pull request #27069 from dinosaure/release-hxd-v0.3.3

[new release] hxd (0.3.3)

authored by

Anil Madhavapeddy and committed by
GitHub
98ff6926 803b02f7

+36
+36
packages/hxd/hxd.0.3.3/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 & arch != "x86_32" & arch != "arm32"} 16 + ] 17 + 18 + depends: [ 19 + "ocaml" {>= "4.08.0"} 20 + "dune" {>= "2.7"} 21 + "dune-configurator" {>= "2.7"} 22 + "cmdliner" {>= "1.1.0"} 23 + ] 24 + 25 + depopts: [ 26 + "lwt" 27 + ] 28 + url { 29 + src: 30 + "https://github.com/dinosaure/hxd/releases/download/v0.3.3/hxd-0.3.3.tbz" 31 + checksum: [ 32 + "sha256=4ede235296a5e2a2599776c8bceb4853c164ef7e573570a1edc68a4c0c90433e" 33 + "sha512=39d42632ea7acc2e9418faefdef91085e420a03c3aa03e04e75f99c9d24a4deb96ff71ad948d208ce562077dd3f6f92f975dc7c006a97cd7eabc1e8a7f5381d0" 34 + ] 35 + } 36 + x-commit-hash: "0770a4ce07fa2939fba513a7bf8a9518d8039a5b"