GET /api/v1/ports/wireguard-go/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "wireguard-go",
"portdir": "net/wireguard-go",
"version": "0.0.20250522",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.wireguard.com/",
"description": "Userspace Go implementation of WireGuard VPN",
"long_description": "WireGuard-go is the userspace Go implementation of WireGuard, a novel VPN that runs inside the Linux Kernel and utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPSec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. It runs over UDP.",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "cardi",
"github": "cardi",
"ports_count": 6
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
},
{
"type": "extract",
"ports": [
"xz"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"wireguard-tools"
]
}
]
}