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

{
    "name": "ocaml-ppx_blob",
    "portdir": "ocaml/ocaml-ppx_blob",
    "version": "0.9.0",
    "license": "Unlicense",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/johnwhitington/ppx_blob",
    "description": "Include a file as a string at compile time",
    "long_description": "ppx_blob allows you to include a binary blob from a file as  a string. Writing [%blob \"filename\"] will replace the string  with the contents of the file at compile time. This allows  the inclusion of arbitary, possibly compressed, data,  without the need to respect OCaml's lexical conventions.",
    "active": true,
    "categories": [
        "devel",
        "ocaml"
    ],
    "maintainers": [
        {
            "name": "pguyot",
            "github": "pguyot",
            "ports_count": 23
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "ocaml-dune",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ocaml",
                "ocaml-findlib",
                "ocaml-ppxlib",
                "ocaml-alcotest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "geneweb"
            ]
        }
    ]
}