opam-version: "2.0"
synopsis: "Integer compression and decompression module"
description:
  "Simple63 implements a module for compression and decompression of
   non-negative integer sequences. It is similar to the Simple-8b
   technique, adapted to work with OCaml's 63-bit integers."
maintainer: ["mika@illouz.net"]
authors: ["Mika Illouz"]
license: "BSD"
homepage: "https://github.com/barko/simple63"
doc: "https://barko.github.io/simple63/"
bug-reports: "https://github.com/barko/simple63/issues"
depends: [
  "dune" {> "2.6"}
  "ocaml" {>= "4.08.0"}
  "ppx_inline_test"
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]

dev-repo: "git+https://github.com/barko/simple63.git"
x-commit-hash: "8c2881528ac6161a0f61deb8690b8c8ff4216e89"
url {
  src:
    "https://github.com/barko/simple63/releases/download/v1/simple63-v1.tbz"
  checksum: [
    "sha256=7c5393ecea953a18a42fdb5cf16bc082a51a0d99e9c19209f2512526c28b5fe2"
    "sha512=eb2fff2bd7f6433382cb70e46539defb6cdafc66fb8293e799fbbecfa47ccdb3fa740aff787237507282d617386b88374d67836b4c3f72d9e3d0c497d1cf1aef"
  ]
}
