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