authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-03-08 19:44:47 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-03-08 19:44:47 -08:00
log3a142ec8ec15b9d20600e42f3a997f7f6056a9da
treea2c829c0701175bf348372418bba0930116da37c
parent8de22079639cc001d6f0587f98a2cec89b8bd273

DepType- remove commented list of potential types


1 files changed, 0 insertions(+), 17 deletions(-)

src/util/dep_type.zig-17
...@@ -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_Protocol16 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/
3417
35 // zig fmt: on18 // 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 {