-
I'm trying to install bap using the instructions in the README. I have XCode and the command line tools installed, `clang++ --version` outputs `Apple LLVM version 7.0.2 (clang-700.1.81)`. At first I t…
-
Submitting a task with date or uid represented as numbers without qoutes will result in a parse error on the server side.
POST example from `update`
```
{"task":{"date":1441131372,"uid":0,"owner":"a…
-
From a fresh switch, I `opam upgrade` and then `opam install irmin` and this happens:
```
opam install irmin
The following dependencies couldn't be met:
- ezjsonm -> sexplib < 113.01.00
Your reques…
-
With OCaml 4.03.0 and up to date OPAM dependencies, trying to build the code i get:
`File "src/converter/xw_json.ml", line 20, characters 12-17:`
`Error: Unbound type constructor value`
-
Opium isn't installing, but I don't know how to resolve ...
=-=- Gathering sources =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 🐫
[opium] https://github.com/rgrinberg/opium.git a…
-
Hello,
I have tried to install BAP following the instuctions on the main git page
running the last command (opam install bap) doesn't seems to work for me :( -
it produces error - i pasted it below.
…
-
I have no idea about this question...But I really spend much time on installing bap...
=-=- Processing actions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
∗ installed result.1.2
∗ insta…
-
I'm trying to work out how to read a local json resource, manipulate it and then save it to local storage.
1. Is using something like ezjsonm the best way to go with js_of_ocaml for manipulating json …
-
pinned opium to dev version per instructions on #48.
Per Readme, I issue the ocamlbuild instruction:
```
$ ocamlbuild -pkg opium.unix hello_world.native
Warning: tag "package" does not expect a para…
-
This line in `META.in`:
```
archive(syntax, preprocessor) = "xmlm.cma str.cma pa_cow.cma ezjsonm.cma"
```
Is completely wrong. Why do we have `xmlm.cma`, `str.cma` and `ezjsonm.cma` there? This shou…