-
The Travis-docker script fail when `DISTRO=ubuntu` (which uses ubuntu-20.10)
```
Step 8/13 : RUN opam depext -ui travis-opam
---> Running in dabab12f6aef
# Detecting depexts using vars: arch=x86_…
-
Inspired by @jcreedcmu's recent success with getting Twelf to run in the browser (see https://github.com/jcreedcmu/twelf-wasm), I wanted to see if we could get something similar working for Abella.
T…
-
opam packages can declare constraints on their `os`, `os-distribution` and `os-version` using
```available : [ os = & os-distribution = & os-version = ]```
However, it isn't possible to decla…
-
### Describe the bug
**Bug:** If a `return` statement is the last child in a pre-order (or in-order) traversal, then the indent level resets to the level of the parent function.
---
`MARKER` de…
-
Hi there,
I tried installing iocaml via opam (i.e. ` opam install iocaml`), but it failed
```
=-=- Gathering sources =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[iocaml] Archive …
-
At the moment, the output of an `opam upgrade` can be [somewhat overwhelming](https://gist.github.com/ELLIOTTCABLE/248a83850d368b2e70a3b1bf5b101663) on a large project.
When analyzing this before p…
-
We should have some statistics page. For the info currently we have:
* 122 OCamlfind packages
* 445k items, 80% are aliases of something
* 425k top types, 60% unique
* 10k distinct OCamlDoc …
-
## Desired Behavior
I would like to be able to use `action` together with `instrumentation`. I am compiling OCaml extracted from Coq and want to profile it. Unfortunately, due to https://github.co…
-
When installing and testing `kcc` under Ubuntu 18.04 LTS I encounter the following two errors:
1.
```
$ mvn dependency:copy -Dartifact=com.runtimeverification.rv_match:ocaml-backend:1.0-SNAPSHO…
-
I use this script to install a large, consistent universe on top of #1 :
``` sh
#!/bin/sh
# automatic conflicts: cryptokit-sha512, ocamlgsl, ocaml-taglib
# manual conflicts: mirage-xen, mirage-net-d…