notty icon indicating copy to clipboard operation
notty copied to clipboard

Not all examples will be built

Open klartext opened this issue 4 years ago • 3 comments

Get an error message, that unmark.cli is not avaialable. Removing that entry in the dune-file, next err-msg is, that unmark is not available. So I can't compile all examples. Only six examples will be built.

klartext avatar Jun 07 '20 17:06 klartext

You may get to something by issuing:

opam pin add https://github.com/pqwy/unmark

dbuenzli avatar Jun 07 '20 17:06 dbuenzli

$ opam pin add https://github.com/pqwy/unmark
[unmark] downloaded from https://github.com/pqwy/unmark
[ERROR] Could not retrieve Unknown archive type: /tmp/opam-4410-9b8556/unmark
$ 

klartext avatar Jun 09 '20 16:06 klartext

Sorry that should have been:

opam pin add git+https://github.com/pqwy/unmark

dbuenzli avatar Jun 10 '20 11:06 dbuenzli