-
I am running my own code, but the same exception appears when I tried to run any of the examples, e.g., views.ml
``` ocaml
let config = Irmin_git.config ~root:"/tmp/irmin/test" ~bare:false ()
```
`…
yansh updated
9 years ago
-
Hello,
When an uri such as `http://localhost//foo/bar` is requested, `Uri.of_string` is used on the requested path, i.e. `//foo/bar`, which returns an uri with path `/bar`, because it handles the who…
zoggy updated
9 years ago
-
```
tal@cam ~/tmp> mkdir test_irmin
tal@cam ~/tmp> cd test_irmin
tal@cam ~/t/test_irmin> irmin init -v
Failed to open event channel interface: ENOENT
Does this system have Xen userspace eventchannel s…
-
I need some help to figure this out. I've been struggling with it for a while now. I feel I am missing some fundamental understanding. Could you have a look at the code?:
https://github.com/yansh/Moa…
yansh updated
9 years ago
-
Otherwise:
```
# File "lib/conduit_lwt_unix.ml", line 385, characters 19-779:
# Warning 27: unused variable ctx.
# ocamlfind ocamlc -a -thread -syntax camlp4o -package uri.services -package dns.mirag…
-
Yan
the original build.sh uses -package and -libs. If my interpretation of the ocamlbuild man is correct, the script unnecessarily combines libraries that are findlib compliant (those called by -packa…
-
The tutorial starts:
```
irmin init -d -m -v # Start a server (-d) in-memory (-m) and display some events (-v)
```
But:
```
$ irmin init -d -m -v
irmin: unknown option `-m'.
```
According to `git…
-
Till last Tue I had been happily compiling irmin related code using ocamlbuilt as shown below.
(****************************_shell begin**_*********************)
# !/bin/bash
eval `opam config env…
-
The values should be printable, so no functional values. See https://github.com/mirage/irmin/issues/103
-
The README says:
> Irmin is packaged with opam:
> opam install irmin
> Irmin comes with a command-line tool called irmin. See irmin --help for further reading.
However, by default no `irmin` c…