adapton.ocaml
adapton.ocaml copied to clipboard
move install script to makefile
We are using an adapton.install file, but 'make install' is simpler and more widely used. The code is a variant on 'findlib install [deps]'
Done and done.
This goal of this issue was to remove the 'adapton.install' file and uncomment the install directive in the 'opam' file. @labichn suggested a way to do this at one point, using findlib. The change is not strictly necessary, it's just more widely used.