{"id":16186986,"url":"https://github.com/robloach/quickjs-cmake","last_synced_at":"2025-10-28T19:45:46.405Z","repository":{"id":66036485,"uuid":"543848297","full_name":"RobLoach/quickjs-cmake","owner":"RobLoach","description":"CMake definition file for QuickJS","archived":false,"fork":false,"pushed_at":"2022-10-01T01:31:14.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-03T01:45:47.964Z","etag":null,"topics":["quickjs"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RobLoach.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":"2022-10-01T01:21:22.000Z","updated_at":"2022-10-01T01:38:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"55652a86-b944-4a30-990d-9e879881b224","html_url":"https://github.com/RobLoach/quickjs-cmake","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/RobLoach/quickjs-cmake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobLoach%2Fquickjs-cmake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobLoach%2Fquickjs-cmake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobLoach%2Fquickjs-cmake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobLoach%2Fquickjs-cmake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RobLoach","download_url":"https://codeload.github.com/RobLoach/quickjs-cmake/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobLoach%2Fquickjs-cmake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281504335,"owners_count":26512865,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["quickjs"],"created_at":"2024-10-10T07:19:58.773Z","updated_at":"2025-10-28T19:45:46.379Z","avatar_url":"https://github.com/RobLoach.png","language":"C","readme":"# QuickJS CMake\n\n[CMake](https://cmake.org/) definition file for [QuickJS](https://bellard.org/quickjs/).\n\n## Usage\n\n``` cmake\n# Dependencies\ninclude(FetchContent)\nFetchContent_Declare(\n    quickjscmake\n    GIT_REPOSITORY https://github.com/robloach/quickjs-cmake.git\n    GIT_TAG 2021.3.27\n)\nFetchContent_GetProperties(quickjscmake)\nif (NOT quickjscmake_POPULATED)\n    set(FETCHCONTENT_QUIET NO)\n    FetchContent_Populate(quickjscmake)\n    add_subdirectory(${quickjscmake_SOURCE_DIR} ${quickjscmake_BINARY_DIR})\nendif()\n\n# Application\nadd_executable(MyProject main.c)\ntarget_link_libraries(MyProject PUBLIC quickjs)\n```\n\n# License\n\n[MIT](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobloach%2Fquickjs-cmake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobloach%2Fquickjs-cmake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobloach%2Fquickjs-cmake/lists"}