-
Following #594 and https://github.com/ocsigen/graffiti/issues/11, can you tell us:
1/ how to build eliom documentation from its source with eliomdoc?
And for ocsigenserver, js_of_ocaml, tyxml as w…
-
**newsboat 2.21.0 **:
Config file (copy from ~/.newsboat/config or ~/.config/newsboat/config):
```
browser "firefox %u"
max-items 300
error-log "~/.newsboat/error.log"
```
Steps to reprod…
-
Running ocluster-client with the following repository: `git://github.com/ocaml/opam-repository.git` `60704b756e66c602d9dbe88b8efc57168dbb315f`, the following obuilder file does not fail:
```
((from …
-
With a simple .proto file like this:
```proto
syntax = "proto3";
message Empty {}
service Test {
rpc Ping (Empty) returns (Empty);
}
```
the generated .ml file contains these functio…
-
Discussed in https://github.com/ocaml/opam/pull/6106#discussion_r1723281012
-
FWIW this is the procedure I used to get SLAyer running on a freshly installed VM with `Ubuntu 14.04.1 LTS`.
I started with the following per [the ocaml website](https://ocaml.org/docs/install.html#U…
-
### Description
When liquidsoap 2.3.0 from main runs with source.say_metadata being used, we get the following mess at startup.
* the transition to safe_blank is executed
* the source.say_metadata …
-
In order to be used in a multicore setting, libraries typically need to be written with multicore in mind. OCaml 4 libraries must be adapted to multicore in various ways (e.g. eliminating reliance on …
gadmm updated
1 month ago
-
_imported comment by @kwshi_
# Summary
ReasonML's core language is essentially identical to OCaml, just with a different syntactic presentation. Riju currently runs ReasonML via `bs-platform` (Bu…
-
I am currently using opam 2.2.0~alpha2. Trying to use opam-custom-install to install a compiler results in an error:
```
$ opam custom-install ocaml-variants.4.14.0+flambda2 -- make install_for_op…