GET /api/v1/ports/mogenerator/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "mogenerator",
"portdir": "devel/mogenerator",
"version": "1.32",
"license": "MIT",
"platforms": "macosx",
"epoch": 1,
"replaced_by": null,
"homepage": "http://rentzsch.github.io/mogenerator/",
"description": "Core Data code generation",
"long_description": "mogenerator is a command-line tool that, given an .xcdatamodel file, will generate two classes per entity. The first class, _MyEntity, is intended solely for machine consumption and will be continuously overwritten to stay in sync with your data model. The second class, MyEntity, subclasses _MyEntity, won't ever be overwritten and is a great place to put your custom logic.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
}