vlang / v

Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
MIT License
35.79k stars 2.16k forks source link

Tar library like Python #1180

Open nepeat opened 5 years ago

nepeat commented 5 years ago

Documentation is at https://docs.python.org/3/library/tarfile.html

joe-conigliaro commented 5 years ago

I will look into adding this, I want to do zip as well

M4SSD35TRUCT10N commented 5 years ago

OpenBSD tar please... ;-)

I had the same idea for my JSON based project plus adding bzip2 to create *.tar.bz2's from within the language.