this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] tabr (0.1.2)

CHANGES:

Add extensions for option
Add Ior, Non_empty_list, and Validated

+40
+40
packages/tabr/tabr.0.1.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Functional utilities" 3 + description: "Functional utilities" 4 + maintainer: ["Branislav Lazic"] 5 + authors: ["Branislav Lazic"] 6 + license: "MIT" 7 + tags: ["topics" "Functional utilities" "Branislav Lazic" "tabr"] 8 + homepage: "https://github.com/BranislavLazic/tabr" 9 + bug-reports: "https://github.com/BranislavLazic/tabr/issues" 10 + depends: [ 11 + "ocaml" 12 + "dune" {>= "3.14"} 13 + "ocamlformat" {>= "0.26.0"} 14 + "alcotest" {>= "1.7.0"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/BranislavLazic/tabr.git" 32 + url { 33 + src: 34 + "https://github.com/BranislavLazic/tabr/releases/download/0.1.2/tabr-0.1.2.tbz" 35 + checksum: [ 36 + "sha256=39eeb3f8782237a478fabcfaedff0832e3a9320902110f1dbb50bba28c486d7b" 37 + "sha512=2677cb3bac4d9e4036bb581a60aaf60b2bd7667a5e2c4c8aff5e055a14f4fded734a66296ab0db8a38a218b969a641b29527f2a70391f623d72be4a71b5fb0e8" 38 + ] 39 + } 40 + x-commit-hash: "438ccf64da6cb7b5261df8a0cf00538c5eb1661c"