this repo has no description

Merge pull request #24779 from leostera/release-loop-0.0.1

[new release] loop (0.0.1)

Changed files
+43
packages
loop
loop.0.0.1
+43
packages/loop/loop.0.0.1/opam
···
+
opam-version: "2.0"
+
synopsis: "Unbounded loops with continues and breaks"
+
description: """
+
A small control-flow utility for unbounded loops with support for `break` and
+
`continue`ing loops.
+
+
By default it will loop infinitely, but it won't get in the way of unbounded
+
exceptions or other unhandled effects"""
+
maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"]
+
authors: ["Leandro Ostera <leandro@abstractmachines.dev>"]
+
license: "MIT"
+
tags: ["topics" "control flow" "loop" "loops"]
+
homepage: "https://github.com/leostera/loop"
+
bug-reports: "https://github.com/leostera/loop/issues"
+
depends: [
+
"ocaml" {>= "5.0"}
+
"dune" {>= "3.11"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/leostera/loop.git"
+
url {
+
src:
+
"https://github.com/leostera/loop/releases/download/0.0.1/loop-0.0.1.tbz"
+
checksum: [
+
"sha256=2b1ca83ae07257212f4dccd962a33d84a28fa33c792134bb1d2f8b65dff8b2ac"
+
"sha512=ae285fd979a47702108fbf30f2d257a7190c308c6ea71e707a9d7cad29d9ed42f469696ff140c75867648450b482b66238ae79b1b4ac051de12dd07685061a9d"
+
]
+
}
+
x-commit-hash: "19ff6d0a1c067c854b29037ef166f82b3a96307e"