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

{
    "name": "field3d",
    "portdir": "graphics/field3d",
    "version": "1.7.3",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://sites.google.com/site/field3d/home",
    "description": "Library for storing voxel data.",
    "long_description": "Field3D is an open source library for storing voxel data. It provides C++ classes that handle in-memory storage and a file format based on HDF5 that allows the C++ objects to be written to and read from disk. The library and file format is both flexible and extendable. The flexibility comes from supporting heterogeneous storage of data structures, bit depths, transformations/mappings and metadata in a single file. When functionality needs to be extended, the plugin and class factory architecture allows new data structures, mappings and file I/O routines to be added.",
    "active": true,
    "categories": [
        "graphics"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "scons",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ilmbase",
                "hdf5",
                "boost176"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "openimageio"
            ]
        }
    ]
}