opam-version: "2.0"
maintainer: "Jean-Christophe.Filliatre@lri.fr"
authors: "Jean-Christophe Filliâtre"
synopsis: "Flexible arrays"
description: "Flexible arrays are arrays whose size can be changed by adding or
removing elements at either end (one at a time)."
license: "LGPL-2.1"
homepage: "https://github.com/backtracking/flex-array"
doc: "https://backtracking.github.io/flex-array"
bug-reports: "https://github.com/backtracking/flex-array/issues"
depends: [
  "ocaml"
  "alcotest" {with-test}
  "dune" {>= "2.0.0"}
]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name] {with-test}
]
dev-repo: "git+https://github.com/backtracking/flex-array.git"
x-commit-hash: "cfb9488284ab4424726e587e79938661724c688c"
url {
  src:
    "https://github.com/backtracking/flex-array/releases/download/1.2.0/flex-array-1.2.0.tbz"
  checksum: [
    "sha256=a20a3c025eb7587c19c175ce66c6a3a6046b0e7d44ce1b3bd6d96beffe052c6a"
    "sha512=95d32bbb5ab0fde1a29102ba3abdd1b7746910e91c6a0f4148951ccb24e53487aa630eb0858d4251d6f1dae94f4155425ea43cf2201832daab9419d91b6aa2c7"
  ]
}
