init
Some checks are pending
CI / build (push) Waiting to run
CI / deploy (push) Blocked by required conditions

This commit is contained in:
ge
2025-04-05 22:49:43 +03:00
commit ef87b21308
21 changed files with 4262 additions and 0 deletions

7
v.mod Normal file
View File

@ -0,0 +1,7 @@
Module {
name: 'netaddr'
description: 'Network address processing library for V'
version: '0.1.0'
license: 'LGPL-3.0-or-later'
dependencies: []
}