File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 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+ x-maintenance-intent: [ "(latest)" ]
29+ url {
30+ src:
31+ "https://github.com/dinosaure/hxd/releases/download/v0.3.6/hxd-0.3.6.tbz"
32+ checksum: [
33+ "sha256=7a1df20c5dd01b7dd9b5ffe2de7216b5989652ab325175512327a269ddedf3b9"
34+ "sha512=348065400d96135c637fc09da71c60b9e6a21285f536e6634d9a46a84beda8c93bfd635515103e29af9696ea155ed6926ffeaf65f6f86b2c8d970633603561bf"
35+ ]
36+ }
37+ x-commit-hash: "9eb6cd9f8dfa0cf0506bd41a6892f33115b524d6"
You can’t perform that action at this time.
0 commit comments