···1919description: """
2020Provides basic assert statements, like `assert_equal` and `assert_raises`.
2121To be used independently or as a supplement to `ounit` or `pa_ounit."""
2222+available: [os != "win32"]
2223flags: light-uninstall
2324url {
2425 src: "https://github.com/bennn/assertions/archive/0.1.tar.gz"
+1
packages/objsize/objsize.0.16/opam
···2121of values' headers and maximal depth of values, by recursively scanning
2222heap blocks constituting the value in question.
2323There are functions to get sizes of values in bytes too."""
2424+available: [os != "win32"]
2425flags: light-uninstall
2526url {
2627 src:
+1
packages/objsize/objsize.0.17/opam
···2424heap blocks constituting the value in question.
2525It is also possible to calculate the total amount of
2626heap memory used by live values reachable from GC roots."""
2727+available: [os != "win32"]
2728flags: light-uninstall
2829url {
2930 src: "https://ygrek.org/p/release/objsize/objsize-0.17.tar.bz2"
+1
packages/objsize/objsize.0.18/opam
···2424heap blocks constituting the value in question.
2525It is also possible to calculate the total amount of
2626heap memory used by live values reachable from GC roots."""
2727+available: [os != "win32"]
2728flags: light-uninstall
2829url {
2930 src: "https://ygrek.org/p/release/objsize/objsize-0.18.tar.bz2"
+1
packages/ocamlify/ocamlify.0.0.1/opam
···1616into OCaml string or string list. The code generated can be compiled
1717as a standard OCaml file. It allows embedding external resources as
1818OCaml code."""
1919+available: [os != "win32"]
1920url {
2021 src:
2122 "https://download.ocamlcore.org/ocamlify/ocamlify/0.0.1/ocamlify-0.0.1.tar.gz"
+1
packages/olmi/olmi.1.0/opam
···2020 "Olmi provide functor to generate monadic combinators with a minimal interface"
2121description:
2222 "Olmi for OCaml Lightweight Monadic Interface provide some functors to build all monadic combinators with a minimal interface."
2323+available: [os != "win32"]
2324flags: light-uninstall
2425url {
2526 src: "https://github.com/xvw/olmi/releases/download/v1.0/olmi.tar.gz"
+1
packages/olmi/olmi.1.1/opam
···2020 "Olmi provide functor to generate monadic combinators with a minimal interface"
2121description:
2222 "Olmi for OCaml Lightweight Monadic Interface provide some functors to build all monadic combinators with a minimal interface."
2323+available: [os != "win32"]
2324flags: light-uninstall
2425url {
2526 src: "https://github.com/xvw/olmi/releases/download/v1.1/olmi.tar.gz"
···2424path (as if the reference was located at the very beginning of the file).
2525Qualified references can never be shadowed by other definitions
2626(warranty void if "Q" is defined explicitly somewhere)."""
2727+available: [os != "win32"]
2728flags: light-uninstall
2829url {
2930 src:
+1
packages/pa_qualified/pa_qualified.0.6/opam
···2424(warranty void if "Q" is defined explicitly somewhere)."""
2525dev-repo: "git+https://github.com/murmour/pa_qualified.git"
2626flags: light-uninstall
2727+available: [os != "win32"]
2728url {
2829 src:
2930 "https://github.com/ocaml/opam-source-archives/raw/main/pa_qualified-0.6.tar.gz"
+1
packages/pa_where/pa_where.0.4/opam
···2020Pa_where provides a syntax for backward declarations (allowing a
2121top-to-bottom declarative style), using the "where" keyword.
2222Local definitions in expressions and toplevel definitions are both supported."""
2323+available: [os != "win32"]
2324flags: light-uninstall
2425url {
2526 src:
+1
packages/spreadsheet/spreadsheet.0.1/opam
···2626- An OCaml type to describe spreadsheet rows.
2727- Coercions from the row type to/from `string`.
2828- A `string list` title describing each column of the spreadsheet."""
2929+available: [os != "win32"]
2930flags: light-uninstall
3031url {
3132 src: "https://github.com/bennn/spreadsheet/archive/0.1.zip"