GET /api/v1/ports/nasm/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "nasm",
    "portdir": "lang/nasm",
    "version": "2.16.01",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.nasm.us",
    "description": "NASM, the Netwide Assembler, is an 80x86 and x86-64 assembler",
    "long_description": "The Netwide Assembler, NASM, is an 80x86 and x86−64 assembler designed for portability and modularity. It supports a range of object file formats, including Linux and *BSD a.out, ELF, COFF, Mach−O, 16−bit and 32−bit OBJ (OMF) format, Win32 and Win64. It will also output plain binary files, Intel hex and Motorola S−Record formats. Its syntax is designed to be simple and easy to understand, similar to the syntax in the Intel Software Developer Manual with minimal complexity. It supports all currently known x86 architectural extensions, and has strong support for macros. NASM also comes with a set of utilities for handling the RDOFF custom object−file format.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "libjpeg-turbo",
                "mozjpeg",
                "x264",
                "dav1d",
                "libvmaf",
                "tenacity",
                "linrad",
                "audacity",
                "audacity-legacy",
                "audacity-devel",
                "x265",
                "libass",
                "libass-devel",
                "rav1e",
                "av1an",
                "ffmpeg6",
                "libjpeg-turbo-devel",
                "ffmpeg",
                "ffmpeg-devel"
            ]
        }
    ]
}