this repo has no description
0
fork

Configure Feed

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

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

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