v/vlib
yuyi 5acc130c60
parser: fix 'val in array' as condition in for stmt (fix #14440) (#14451)
2022-05-19 12:16:19 +02:00
..
arrays
benchmark
bitfield
builtin ci: vfmt builtin_d_use_libbacktrace.c.v 2022-05-19 12:16:17 +02:00
cli
clipboard clipboard: fix `v -gc boehm run x.v`, where x.v does c.paste() (fix #14281) 2022-05-16 12:54:30 +03:00
compress
context
crypto
darwin
datatypes
dl
dlmalloc
encoding
eventbus
flag
fontstash
gg
gx
hash all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
io
js
jsdom
json fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
log
math math.big: fix Integer.bit_len() when there are no digits in the number 2022-05-19 12:16:18 +02:00
mssql
mysql
net
orm
os os: add `fn user_names()` (#14424) 2022-05-19 12:16:18 +02:00
pg
picoev
picohttpparser
rand
readline
regex
runtime
semver
sokol
sqlite
stbi
strconv
strings
sync
szip
term
time
toml
v parser: fix 'val in array' as condition in for stmt (fix #14440) (#14451) 2022-05-19 12:16:19 +02:00
vweb
x
.vdocignore
README.md

README.md

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.