Skip to content

Commit d224b3a

Browse files
committed
[new release] hxd (0.3.4)
CHANGES: * Add `x-maintenance-intent` into the OPAM file (@hannesm, dinosaure/hxd#16) * Be compatible with OCaml 5.04 (alpha1) (@dinosaure, dinosaure/hxd#17)
1 parent c037675 commit d224b3a

File tree

1 file changed

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

1 file changed

+37
-0
lines changed

packages/hxd/hxd.0.3.4/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.4/hxd-0.3.4.tbz"
32+
checksum: [
33+
"sha256=8e8afc28b52f1ea82ddfb0e787725107f78c21849ebd5cc6101b2f1b8aae0e62"
34+
"sha512=adfc77c88cce6212472b92fbd1d00077f61241a1358dc8784780dd34b29fe8a26a00c85b28692df28633694e576e98fdd9e25ea31de4be7a25dedb25ce3029dd"
35+
]
36+
}
37+
x-commit-hash: "4e8a25baef3b60f731a421288e3c0b7a8da6f086"

0 commit comments

Comments
 (0)