vlang.io
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
Package Information
- Domain:
vlang.io
- Name:
vlang.io
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install v
Programs
This package provides the following executable programs:
v
Available Versions
Show all 15 versions
0.4.11
,0.4.10
,0.4.9
,0.4.8
,0.4.7
0.4.6
,0.4.5
,0.4.4
,0.4.3
,0.4.2
0.4.1
,0.4.0
,0.3.5
,0.3.4
,0.3.3
Latest Version: 0.4.11
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +vlang.io@0.4.11 -- $SHELL -i
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.vlangio
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.