this repo has no description
1opam-version : "2.0"
2synopsis: "Fold on integer range"
3description: """
4Library to work on range of sequential integers with features like : split, map,
5filter capacities.
6Designed for making distributed computing easier with libraries like functory.
7"""
8maintainer : "Aldrik KLEBER <contact@aldrik.net>"
9authors : "Aldrik KLEBER"
10license : "GPL-3.0-only"
11homepage : "https://github.com/aldrikfr/range"
12dev-repo: "git+https://github.com/aldrikfr/range"
13bug-reports :"https://github.com/aldrikfr/range/issues"
14depends: [
15 "ocaml" {>= "4.03.0"}
16 "base" {>= "v0.12"}
17 "dune" {< "3.0"}
18]
19build: ["dune" "build" "-p" name "-j" jobs]
20url {
21 src: "https://github.com/aldrikfr/range/archive/0.6.tar.gz"
22 checksum: [
23 "sha256=ddba9dd01781b9102a8ef784479103473971d85db855377b9974908b0f27ea94"
24 "md5=206d374ffbe21dff74cd4661d8bc2a20"
25 ]
26}