mlin / twt

The Whitespace Thing for OCaml
10 stars 1 forks source link

ocaml+twt cannot be installed using opam now? #6

Open mt1022 opened 8 years ago

mt1022 commented 8 years ago
 $ opam install ocaml+twt
[ERROR] No package named ocaml+twt found.

$ opam --version
1.2.2

ocaml -version
The OCaml toplevel, version 4.02.3
wmcandy commented 6 years ago

I have the same problem.

wmcandy commented 6 years ago

@mt1022 Do you resolve it?

mt1022 commented 6 years ago

@wmcandy It is more than one years ago. I can run it now but I forgot how I installed it.Have you tried to download the tarball and installed it without OPAM as suggested in the repo's homepage:

Without OPAM, extract the source tarball and make install. This installs the executable to PREFIX/bin where PREFIX=/usr/local. You can override this with make install PREFIX=/home/alice