{"id":21451430,"url":"https://github.com/planimeter/lyoga","last_synced_at":"2025-03-17T02:41:45.157Z","repository":{"id":86130467,"uuid":"212694495","full_name":"Planimeter/lyoga","owner":"Planimeter","description":"LuaJIT FFI bindings for Yoga","archived":false,"fork":false,"pushed_at":"2019-10-04T03:35:38.000Z","size":144,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T12:27:41.719Z","etag":null,"topics":["lua","luajit","luajit-ffi-bindings","yoga"],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Planimeter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-03T22:42:42.000Z","updated_at":"2021-07-15T21:57:22.000Z","dependencies_parsed_at":"2023-03-13T08:37:53.603Z","dependency_job_id":null,"html_url":"https://github.com/Planimeter/lyoga","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Planimeter%2Flyoga","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Planimeter%2Flyoga/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Planimeter%2Flyoga/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Planimeter%2Flyoga/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Planimeter","download_url":"https://codeload.github.com/Planimeter/lyoga/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243964022,"owners_count":20375701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lua","luajit","luajit-ffi-bindings","yoga"],"created_at":"2024-11-23T04:21:52.700Z","updated_at":"2025-03-17T02:41:45.152Z","avatar_url":"https://github.com/Planimeter.png","language":"Lua","readme":"# lyoga\nLuaJIT FFI bindings for Yoga\n\n## Building Yoga\n### macOS\n1. Use CMake\n```bash\nbrew cask install cmake\n```\n2. Update CMakeLists.txt\n```diff\n#\n# Copyright (c) Facebook, Inc. and its affiliates.\n#\n# This source code is licensed under the MIT license found in the\n# LICENSE file in the root directory of this source tree.\n#\n\ncmake_minimum_required(VERSION 3.4.1)\n\nset(CMAKE_VERBOSE_MAKEFILE on)\n\nfile(GLOB_RECURSE yogacore_SRC yoga/*.cpp)\n-add_library(yogacore STATIC ${yogacore_SRC})\n+add_library(yogacore SHARED ${yogacore_SRC})\n\ntarget_include_directories(yogacore PUBLIC .)\n-target_link_libraries(yogacore android log)\n+target_link_libraries(yogacore)\nset_target_properties(yogacore PROPERTIES CXX_STANDARD 11)\n```\n\n## License\nMIT License\n\nCopyright (c) 2019 Planimeter\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanimeter%2Flyoga","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplanimeter%2Flyoga","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanimeter%2Flyoga/lists"}