| ... | @@ -14,23 +14,6 @@ pub const DepType = enum { | ... | @@ -14,23 +14,6 @@ pub const DepType = enum { |
| 14 | git, // https://git-scm.com/ | 14 | git, // https://git-scm.com/ |
| 15 | hg, // https://www.mercurial-scm.org/ | 15 | hg, // https://www.mercurial-scm.org/ |
| 16 | http, // https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol | 16 | http, // https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol |
| 17 | // svn, // https://subversion.apache.org/ | | |
| 18 | // fossil, // https://fossil-scm.org/ | | |
| 19 | // cvs, // https://nongnu.org/cvs/ | | |
| 20 | // darcs, // http://darcs.net/ | | |
| 21 | // // | | |
| 22 | // bazaar, // https://bazaar.canonical.com/en/ | | |
| 23 | // pijul, // https://pijul.org/ | | |
| 24 | // // | | |
| 25 | // ftp, // https://en.wikipedia.org/wiki/File_Transfer_Protocol | | |
| 26 | // ssh, // https://www.ssh.com/ssh/ | | |
| 27 | // onion, // https://www.torproject.org/ | | |
| 28 | // i2p, // https://geti2p.net/en/ | | |
| 29 | // torrent, // https://en.wikipedia.org/wiki/BitTorrent | | |
| 30 | // magnet, // https://en.wikipedia.org/wiki/BitTorrent | | |
| 31 | // dat, // https://www.datprotocol.com/ | | |
| 32 | // ipfs, // https://www.ipfs.com/ | | |
| 33 | // hypercore, // https://hypercore-protocol.org/ | | |
| 34 | | 17 | |
| 35 | // zig fmt: on | 18 | // zig fmt: on |
| 36 | pub fn pull(self: DepType, alloc: std.mem.Allocator, rpath: string, dpath: string) !void { | 19 | pub fn pull(self: DepType, alloc: std.mem.Allocator, rpath: string, dpath: string) !void { |