GET /api/v1/ports/ocaml-sqlite3/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "ocaml-sqlite3",
"portdir": "ocaml/ocaml-sqlite3",
"version": "5.1.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://mmottl.github.io/sqlite3-ocaml",
"description": "OCaml bindings for SQLite 3",
"long_description": "OCaml bindings for SQLite 3",
"active": true,
"categories": [
"devel",
"databases",
"ocaml"
],
"maintainers": [
{
"name": "landonf",
"github": "landonf",
"ports_count": 81
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"ocaml-dune",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ocaml-findlib",
"sqlite3",
"ocaml",
"ocaml-dune-configurator"
]
},
{
"type": "test",
"ports": [
"ocaml-ppx_inline_test"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"patoline"
]
}
]
}