Skip to content

Commit 6471587

Browse files
authored
Merge pull request #28628 from dinosaure/release-hxd-v0.3.5
[new release] hxd (0.3.5)
2 parents f0e7955 + 0e8d61a commit 6471587

File tree

1 file changed

+37
-0
lines changed
  • packages/hxd/hxd.0.3.5

1 file changed

+37
-0
lines changed

packages/hxd/hxd.0.3.5/opam

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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"

0 commit comments

Comments
 (0)