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 <
[email protected] >"
3+ authors: "Romain Calascibetta <
[email protected] >"
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.5/hxd-0.3.5.tbz"
32+ checksum: [
33+ "sha256=135235f7c12b4fdfc2a6f764fd08e9ab7eb438856e02c6e668d73ba89ce77443"
34+ "sha512=8b55c2f619d9df5db78990f9c52462416a6da71f36d570ea2ad1b640605132cbb4dd3df078f041d5fde721d61baa6d6efb9a0163f738efaf4a429660a3a665a6"
35+ ]
36+ }
37+ x-commit-hash: "f660ca37e0440f5f46d5d8ae5652734c748b45c1"
You can’t perform that action at this time.
0 commit comments