./devel/ocaml-rresult, Declarative handling of results and errors in OCaml

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.7.0, Package name: ocaml-rresult-0.7.0, Maintainer: jaapb

Rresult is an OCaml module for handling computation results and errors in an
explicit and declarative manner, without resorting to exceptions. It defines
combinators to operate on the result type available from OCaml 4.03 in the
standard library.


Required to run:
[lang/ocaml] [devel/ocaml-findlib] [devel/ocaml-result] [misc/ocaml-topkg] [devel/ocaml-compiler-libs]

Required to build:
[pkgtools/cwrappers] [devel/ocamlbuild] [misc/ocaml-opaline]

Master sites:

Filesize: 8.307 KB

Version history: (Expand)


CVS history: (Expand)


   2022-05-24 20:59:36 by Jaap Boender | Files touched by this commit (145)
Log message:
Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages
   2022-05-03 21:30:18 by Jaap Boender | Files touched by this commit (4)
Log message:
Updated devel/ocaml-rresult to version 0.7.0.

This drops the dependency on ocaml-result
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-03-08 09:13:10 by Jaap Boender | Files touched by this commit (214) | Package updated
Log message:
Recursive revbump associated with update of lang/ocaml
   2019-11-03 11:39:32 by Roland Illig | Files touched by this commit (274)
Log message:
devel: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2019-05-30 12:00:07 by Jaap Boender | Files touched by this commit (2)
Log message:
Added dependency to devel/ocaml-rresult. Revbump.

Dependency in question is ocamlbuild, as per PR pkg/54248.
   2019-03-12 18:49:59 by Jaap Boender | Files touched by this commit (5)
Log message:
Added devel/ocaml-rresult, a result value combinator library