GET /api/v1/ports/py39-faiss/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py39-faiss",
"portdir": "math/libfaiss",
"version": "1.7.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/facebookresearch/faiss",
"description": "Python 3.9 bindings for Efficient similarity search library from Facebook AI Research.",
"long_description": "This package provides Python 3.9 bindings, modules, and scripts.",
"active": true,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "hoss",
"github": "beauby",
"ports_count": 5
},
{
"name": "matthijs",
"github": "mdouze",
"ports_count": 5
}
],
"variants": [
"debug",
"openblas",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py39-wheel",
"py39-build",
"py39-installer",
"clang-17",
"cmake",
"swig",
"swig-python",
"py39-setuptools"
]
},
{
"type": "lib",
"ports": [
"libomp",
"python39",
"OpenBLAS",
"py39-numpy"
]
},
{
"type": "test",
"ports": [
"py39-pytest"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py39-photomosaic",
"py39-transformers"
]
}
]
}