ocaml / opam

opam is a source-based package manager. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
https://opam.ocaml.org
Other
1.25k stars 362 forks source link

Fossil support #827

Closed gour closed 7 years ago

gour commented 11 years ago

Do you have any plan to add support for Fossil DVCS (http://www.fossil-scm.org) ?

samoht commented 11 years ago

We are not planned to do this in the short-term, but feel free to send us patches! (darcs and mercurial supports have been written by keen users already)

Just need to write a module implementing the OpamVCS.VCS signature.

gour commented 11 years ago

OK. Thank you. Let me learn some OCaml first. ;)