-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
40 lines (38 loc) · 1.2 KB
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
opam-version: "2.0"
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
homepage: "https://github.com/dinosaure/hxd"
bug-reports: "https://github.com/dinosaure/hxd/issues"
dev-repo: "git+https://github.com/dinosaure/hxd.git"
doc: "https://dinosaure.github.io/hxd/"
license: "MIT"
synopsis: "Hexdump in OCaml"
description: """Please, help me to debug ocaml-git
"""
build: [
[ "dune" "subst" ] {dev}
[ "dune" "build" "-p" name "-j" jobs ]
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
]
depends: [
"ocaml" {>= "4.06.0"}
"dune" {>= "2.0"}
"dune-configurator"
"base-bytes"
"base-bigarray"
"base-unix"
"angstrom" {>= "0.14.0"}
"stdlib-shims"
"fmt" {>= "0.8.0"}
"cmdliner" {< "1.1.0"}
"fpath" {>= "0.7.3"}
"rresult" {< "0.7.0"}
]
url {
src:
"https://github.com/dinosaure/hxd/releases/download/v0.2.0/hxd-v0.2.0.tbz"
checksum: [
"sha256=3438fc2308d2d2161ba5c9463e7b4510683f361c4e7f0818e889315400ceced3"
"sha512=6df3e07c202792f0c029eabf4f48b1036feb61bcd26262741d2b1a8f22d457d60d0c05782b7fcf4ec39acc8fe077c6f4661a77a7497758dd6944691ad468e37a"
]
}