opam-version : "2.0" synopsis: "Fold on integer range" description: """ Library to work on range of sequential integers with features like : split, map, filter capacities. Designed for making distributed computing easier with libraries like functory. """ maintainer : "Aldrik KLEBER " authors : "Aldrik KLEBER" license : "GPL-3.0-only" homepage : "https://github.com/aldrikfr/range" dev-repo: "git+https://github.com/aldrikfr/range" bug-reports :"https://github.com/aldrikfr/range/issues" depends: [ "ocaml" {>= "4.03.0"} "base" {>= "v0.12"} "dune" {< "3.0"} ] build: ["dune" "build" "-p" name "-j" jobs] url { src: "https://github.com/aldrikfr/range/archive/0.6.tar.gz" checksum: [ "sha256=ddba9dd01781b9102a8ef784479103473971d85db855377b9974908b0f27ea94" "md5=206d374ffbe21dff74cd4661d8bc2a20" ] }