this repo has no description

packages not available on windows because they embed an oasis configure script broken on windows

Changed files
+14
packages
assertions
assertions.0.1
objsize
objsize.0.16
objsize.0.17
objsize.0.18
ocamlify
ocamlify.0.0.1
olmi
olmi.1.0
olmi.1.1
oolc
oolc.0.2
oolc.0.3
pa_comprehension
pa_comprehension.0.4
pa_qualified
pa_qualified.0.5
pa_qualified.0.6
pa_where
pa_where.0.4
spreadsheet
spreadsheet.0.1
+1
packages/assertions/assertions.0.1/opam
···
description: """
Provides basic assert statements, like `assert_equal` and `assert_raises`.
To be used independently or as a supplement to `ounit` or `pa_ounit."""
+
available: [os != "win32"]
flags: light-uninstall
url {
src: "https://github.com/bennn/assertions/archive/0.1.tar.gz"
+1
packages/objsize/objsize.0.16/opam
···
of values' headers and maximal depth of values, by recursively scanning
heap blocks constituting the value in question.
There are functions to get sizes of values in bytes too."""
+
available: [os != "win32"]
flags: light-uninstall
url {
src:
+1
packages/objsize/objsize.0.17/opam
···
heap blocks constituting the value in question.
It is also possible to calculate the total amount of
heap memory used by live values reachable from GC roots."""
+
available: [os != "win32"]
flags: light-uninstall
url {
src: "https://ygrek.org/p/release/objsize/objsize-0.17.tar.bz2"
+1
packages/objsize/objsize.0.18/opam
···
heap blocks constituting the value in question.
It is also possible to calculate the total amount of
heap memory used by live values reachable from GC roots."""
+
available: [os != "win32"]
flags: light-uninstall
url {
src: "https://ygrek.org/p/release/objsize/objsize-0.18.tar.bz2"
+1
packages/ocamlify/ocamlify.0.0.1/opam
···
into OCaml string or string list. The code generated can be compiled
as a standard OCaml file. It allows embedding external resources as
OCaml code."""
+
available: [os != "win32"]
url {
src:
"https://download.ocamlcore.org/ocamlify/ocamlify/0.0.1/ocamlify-0.0.1.tar.gz"
+1
packages/olmi/olmi.1.0/opam
···
"Olmi provide functor to generate monadic combinators with a minimal interface"
description:
"Olmi for OCaml Lightweight Monadic Interface provide some functors to build all monadic combinators with a minimal interface."
+
available: [os != "win32"]
flags: light-uninstall
url {
src: "https://github.com/xvw/olmi/releases/download/v1.0/olmi.tar.gz"
+1
packages/olmi/olmi.1.1/opam
···
"Olmi provide functor to generate monadic combinators with a minimal interface"
description:
"Olmi for OCaml Lightweight Monadic Interface provide some functors to build all monadic combinators with a minimal interface."
+
available: [os != "win32"]
flags: light-uninstall
url {
src: "https://github.com/xvw/olmi/releases/download/v1.1/olmi.tar.gz"
+1
packages/oolc/oolc.0.2/opam
···
dev-repo: "git+https://github.com/atrieu/Oolc"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "An Ocaml implementation of Open Location Code."
+
available: [os != "win32"]
flags: light-uninstall
url {
src: "https://github.com/atrieu/Oolc/archive/0.2.1.tar.gz"
+1
packages/oolc/oolc.0.3/opam
···
dev-repo: "git+https://github.com/atrieu/Oolc"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "An Ocaml implementation of Open Location Code."
+
available: [os != "win32"]
flags: light-uninstall
url {
src: "https://github.com/atrieu/Oolc/archive/v0.3.tar.gz"
+1
packages/pa_comprehension/pa_comprehension.0.4/opam
···
dev-repo: "git+https://github.com/cakeplus/pa_comprehension"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Syntax extension for comprehension expressions"
+
available: [os != "win32"]
url {
src:
"https://github.com/ocaml/opam-source-archives/raw/main/pa_comprehension.0.4.tar.gz"
+1
packages/pa_qualified/pa_qualified.0.5/opam
···
path (as if the reference was located at the very beginning of the file).
Qualified references can never be shadowed by other definitions
(warranty void if "Q" is defined explicitly somewhere)."""
+
available: [os != "win32"]
flags: light-uninstall
url {
src:
+1
packages/pa_qualified/pa_qualified.0.6/opam
···
(warranty void if "Q" is defined explicitly somewhere)."""
dev-repo: "git+https://github.com/murmour/pa_qualified.git"
flags: light-uninstall
+
available: [os != "win32"]
url {
src:
"https://github.com/ocaml/opam-source-archives/raw/main/pa_qualified-0.6.tar.gz"
+1
packages/pa_where/pa_where.0.4/opam
···
Pa_where provides a syntax for backward declarations (allowing a
top-to-bottom declarative style), using the "where" keyword.
Local definitions in expressions and toplevel definitions are both supported."""
+
available: [os != "win32"]
flags: light-uninstall
url {
src:
+1
packages/spreadsheet/spreadsheet.0.1/opam
···
- An OCaml type to describe spreadsheet rows.
- Coercions from the row type to/from `string`.
- A `string list` title describing each column of the spreadsheet."""
+
available: [os != "win32"]
flags: light-uninstall
url {
src: "https://github.com/bennn/spreadsheet/archive/0.1.zip"