opam-version: "1.2"
maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
authors: [ "Christophe Troestler" ]
license: "LGPL-2.1 with OCaml linking exception"
homepage: "https://github.com/Chris00/ocaml-rope"
dev-repo: "https://github.com/Chris00/ocaml-rope.git"
bug-reports: "https://github.com/Chris00/ocaml-rope/issues"
doc: "https://Chris00.github.io/ocaml-rope/doc"
tags: [ "datastructure"  ]
build: [
  [ "jbuilder" "subst" ] {pinned}
  [ "jbuilder" "build" "-p" name "-j" jobs ]
]
build-test: [["jbuilder" "runtest" "-p" name "-j" jobs]]
depends: [
  "base-bytes"
  "jbuilder" {build}
  "benchmark" {test}
]
available: [ocaml-version >= "4.03.0"]
