opam-version: "2.0" maintainer: "zandoye@gmail.com" authors: [ "ZAN DoYe" ] homepage: "https://github.com/kandu/rangeSet/" bug-reports: "https://github.com/kandu/rangeSet/issues" license: "MIT" dev-repo: "git+https://https://github.com/kandu/rangeSet" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.02.3"} "dune" {>= "1.1.0"} ] synopsis: "RangeSet: a library for sets over ordered ranges" description: """ This module implements two range set data structure: continuous and discrete range set. The elements are represented as ranges internally, and is therefore efficient for large set of adjacent elements.""" url { src: "https://github.com/kandu/rangeSet/archive/refs/tags/0.2.1.tar.gz" checksum: [ "sha256=aa70945d14e6d126dac915c7726c707bb3b89748f1bd5a9b6c62305c91f3c507" "md5=73528d7ba605b724022d6b7c605cf2cd" ] }