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" ]
  [ "dune" "build" "-p" name "-j" jobs ]
  [ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
]

depends: [
  "ocaml"      {>= "4.06.0"}
  "dune"
  "base-bytes"
  "base-bigarray"
  "base-unix"
  "angstrom" {>= "0.11.0" & < "0.14.0"}
  "rresult"
  "fmt"
  "cmdliner"
  "fpath"
]
url {
  src:
    "https://github.com/dinosaure/hxd/releases/download/v0.1.0/hxd-v0.1.0.tbz"
  checksum: [
    "sha256=0a0ad52f9441e8eed59115dc0af67ad50caf10b0334a8b61ce0565afad4ff0db"
    "sha512=28437a6eb021643b1dcc6f3841248ca365181168b14895a195c29a83351307ffef5c48a2f6adfb727654e2683de62569381135b418deeb47de944c4a17f34ba9"
  ]
}
