this repo has no description

[new release] tabr (0.1.2)

CHANGES:

Add extensions for option
Add Ior, Non_empty_list, and Validated

Changed files
+40
packages
tabr
tabr.0.1.2
+40
packages/tabr/tabr.0.1.2/opam
···
+
opam-version: "2.0"
+
synopsis: "Functional utilities"
+
description: "Functional utilities"
+
maintainer: ["Branislav Lazic"]
+
authors: ["Branislav Lazic"]
+
license: "MIT"
+
tags: ["topics" "Functional utilities" "Branislav Lazic" "tabr"]
+
homepage: "https://github.com/BranislavLazic/tabr"
+
bug-reports: "https://github.com/BranislavLazic/tabr/issues"
+
depends: [
+
"ocaml"
+
"dune" {>= "3.14"}
+
"ocamlformat" {>= "0.26.0"}
+
"alcotest" {>= "1.7.0"}
+
"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/BranislavLazic/tabr.git"
+
url {
+
src:
+
"https://github.com/BranislavLazic/tabr/releases/download/0.1.2/tabr-0.1.2.tbz"
+
checksum: [
+
"sha256=39eeb3f8782237a478fabcfaedff0832e3a9320902110f1dbb50bba28c486d7b"
+
"sha512=2677cb3bac4d9e4036bb581a60aaf60b2bd7667a5e2c4c8aff5e055a14f4fded734a66296ab0db8a38a218b969a641b29527f2a70391f623d72be4a71b5fb0e8"
+
]
+
}
+
x-commit-hash: "438ccf64da6cb7b5261df8a0cf00538c5eb1661c"