v/vlib
Delyan Angelov 4e7db5bab0
v.builder: streamline get_os_cflags/0, use pref.os_from_string to centralise string -> v.pref.OS conversion
2022-03-03 10:43:50 +02:00
..
arrays
benchmark
bitfield
builtin
cli
clipboard
compress
context
crypto
darwin docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
datatypes
dl
dlmalloc
encoding utf8: fix typo in utf8_util.v (#13624) 2022-03-01 19:06:48 +02:00
eventbus
flag
fontstash
gg
gx
hash
io
js
jsdom
json
log
math rand: simplify rand.PRNG, move to optional types for error handling (#13570) 2022-02-23 12:36:14 +02:00
mssql
mysql
net net: fix html dom debug print (#13625) 2022-03-01 19:20:40 +02:00
orm
os
pg
picoev picoev: remove unused `#flag` (#13311) 2022-01-28 20:36:41 +02:00
picohttpparser
rand
readline
regex
runtime
semver
sokol
sqlite
stbi
strconv
strings
sync
szip
term
time
toml
v v.builder: streamline get_os_cflags/0, use pref.os_from_string to centralise string -> v.pref.OS conversion 2022-03-03 10:43:50 +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.