File: dune-project

package info (click to toggle)
ocaml-backoff 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: ml: 218; sh: 59; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 482 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(lang dune 3.3)
(name backoff)
(version 0.1.1)
(generate_opam_files true)
(source (github ocaml-multicore/backoff))
(authors "KC Sivaramakrishnan <kc@tarides.com>")
(maintainers "Carine Morel <carine@tarides.com>")
(homepage "https://github.com/ocaml-multicore/backoff")
(license ISC)
(package
 (name backoff)
 (synopsis "Exponential backoff mechanism for OCaml")
 (depends
  (ocaml (>= 4.12))
  (alcotest (and (>= 1.7.0) :with-test))
  (domain_shims (and (>= 0.1.0) :with-test))))