1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Files
v/vlib
Isaiah a4fd349cf1 builder: allow -compress to work on windows too, when upx is installed (#14252)
Allow `-compress` flag on Windows if upx is installed. If upx not installed, same behavior as on linux/mac
2022-05-02 14:28:31 +03:00
..
2022-04-25 14:41:46 +03:00
2022-04-15 18:25:45 +03:00
2022-04-15 15:35:35 +03:00
2022-04-15 18:25:45 +03:00
2022-04-15 18:25:45 +03:00
2022-04-15 18:25:45 +03:00
2022-04-15 18:25:45 +03:00
2022-04-15 18:25:45 +03:00
2022-04-15 18:25:45 +03:00
2022-04-15 15:55:39 +03:00
2022-04-29 15:57:08 +03:00
2022-04-15 15:55:39 +03:00
2022-04-15 18:25:45 +03:00
2022-04-15 18:25:45 +03:00
2022-04-15 18:25:45 +03:00
2022-04-15 18:25:45 +03:00
2022-04-15 18:25:45 +03:00
2022-04-25 16:03:13 +03:00
2022-04-15 18:25:45 +03:00
2022-04-15 18:25:45 +03:00
2022-04-15 18:25:45 +03:00
2022-05-01 10:47:05 +03:00
2022-04-15 18:25:45 +03:00

vlib Documentation

vlib is the term for all modules included by default with V and maintained as part of the V source code repository.

Some included modules depend on third party libraries, and these are kept separate in the thirdparty directory at the root level of the source repository.