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" {>= "1.8"}
18]
19build: ["dune" "build" "-p" name "-j" jobs]
20url {
21 src: "https://github.com/aldrikfr/range/archive/0.8.1.tar.gz"
22 checksum: [
23 "sha256=f25750eba81b4702794e73baf0dff2c57d5627142342f3ca2981ffb6f0bf7eb3"
24 "md5=ecaea87a8f71a51d7c11abc0bc865a5e"
25 ]
26}