GET /api/v1/ports/lfortran/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "lfortran",
"portdir": "lang/lfortran",
"version": "0.42.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://lfortran.org",
"description": "Modern open-source interactive Fortran compiler",
"long_description": "LFortran is a modern open-source interactive Fortran compiler built on top of LLVM. It can execute user’s code interactively to allow exploratory work (much like Python, MATLAB or Julia) as well as compile to binaries with the goal to run user’s code on modern architectures such as multi-core CPUs and GPUs.",
"active": true,
"categories": [
"lang",
"fortran"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2560
}
],
"variants": [
"debug",
"kokkos",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"bison",
"clang-17",
"bash",
"re2c",
"cmake"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"libfmt11",
"python312",
"llvm-17",
"kokkos",
"rapidjson",
"zlib"
]
}
],
"depends_on": []
}