this repo has no description
1opam-version: "2.0" 2maintainer: "zandoye@gmail.com" 3authors: [ "ZAN DoYe" ] 4homepage: "https://github.com/kandu/rangeSet/" 5bug-reports: "https://github.com/kandu/rangeSet/issues" 6license: "MIT" 7dev-repo: "git+https://https://github.com/kandu/rangeSet" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" {>= "4.02.3"} 13 "dune" {>= "1.1.0"} 14] 15synopsis: "RangeSet: a library for sets over ordered ranges" 16description: """ 17This module implements two range set data structure: continuous and discrete range set. 18 19The elements are represented as ranges internally, and is therefore efficient for large set of adjacent elements.""" 20 21url { 22 src: "https://github.com/kandu/rangeSet/archive/refs/tags/0.2.1.tar.gz" 23 checksum: [ 24 "sha256=aa70945d14e6d126dac915c7726c707bb3b89748f1bd5a9b6c62305c91f3c507" 25 "md5=73528d7ba605b724022d6b7c605cf2cd" 26 ] 27}