GET /api/v1/ports/source-extractor/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "source-extractor",
    "portdir": "science/source-extractor",
    "version": "2.28.0",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/astromatic/sextractor",
    "description": "tool to make catalogs of sources from astronomical images",
    "long_description": "Source Extractor is software for making catalogs of sources from astronomical images. Multi-Extension FITS is now supported. Binary output catalogs are also MEFs. ASCII output catalogs contain detections from all extensions merged together. Use the EXT_NUMBER catalog parameter to identify the extension on which a given source was detected. Check-images will also be written as MEFs if the input image is a MEF.",
    "active": true,
    "categories": [
        "science"
    ],
    "maintainers": [
        {
            "name": "aronnax",
            "github": "lpsinger",
            "ports_count": 414
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "autoconf",
                "automake",
                "libtool"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "OpenBLAS",
                "fftw-3",
                "fftw-3-single",
                "cfitsio"
            ]
        }
    ],
    "depends_on": []
}