-
I was writing my own (toy) delegate and noticed that the path in `opam/url` (`releases/`) is not customizable. Would be nice if the delegate could override it.
OTOH most people would probably use gi…
-
For example, [`ocaml-decoders`](https://github.com/mattjbray/ocaml-decoders) has:
- `decoders.opam`
- `decoders-ezjsonm.opam`
- `decoders-yojson.opam`
`dune-release publish doc` only generates d…
-
The test codes have a different objective (and I already had a look at them).
-
Hi,
thanks for the Debian 9 wiki page (zeronet), but unfortunately it is not working. At the moment I am failing while running "build-deps" (alphanet).
```
$ make build-deps
....
# Packages m…
-
This is following the recent merge of PR #102.
Error:
[687.1] '/Users/eddiew/.opam/4.06.1/bin/ocamlc.opt' '-g' '-bin-annot' '-c' '-o' './_obuild/michelson/_temp/logging.cmi' '-I' './_obuild/miche…
-
Using NixOS with a recent nixpkgs (18.09). Downloaded nix/release/default.nix and renamed to opam2nix-packages.nix.
```nix
with import {};
let
opam2nix = callPackage ./opam2nix-packages.nix…
et4te updated
5 years ago
-
With the following script,
``` ocaml
open Lwt
let get ?(repo_dir="/tmp/i.dir") remote_uri =
let dir = Filename.basename remote_uri in
let dir = try Filename.chop_extension dir with _ -> dir in
…
-
```
Warning: program liquidity, requirements michelson-deps and michelson
both define a module name Utils.
0.01s _obuild/ocplib-fake-lwt/utils.mlmods …
-
I wanted to play with opium and thought I should try esy as well. I cloned the example repo and tried to add opium. I was told that I need to have a higher version of OCaml so I changed it to 4.6.1 an…
-
Hi, thank you for this awesome tool.
I haven't used vim for a while for OCaml (around two months), and when I come back somehow ocp-indent is not working properly, while I can remember previously i…