{"id":13806246,"url":"https://github.com/DerelictOrg/DerelictCL","last_synced_at":"2025-05-13T21:32:43.138Z","repository":{"id":72481165,"uuid":"27719746","full_name":"DerelictOrg/DerelictCL","owner":"DerelictOrg","description":"Dynamic bindings to the OpenCL library for the D Programming Language.","archived":false,"fork":false,"pushed_at":"2019-10-30T20:11:43.000Z","size":150,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-08-04T01:06:02.201Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"D","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DerelictOrg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE_1_0.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2014-12-08T14:55:00.000Z","updated_at":"2024-02-26T21:06:54.000Z","dependencies_parsed_at":"2023-03-13T20:19:07.875Z","dependency_job_id":null,"html_url":"https://github.com/DerelictOrg/DerelictCL","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerelictOrg%2FDerelictCL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerelictOrg%2FDerelictCL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerelictOrg%2FDerelictCL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerelictOrg%2FDerelictCL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DerelictOrg","download_url":"https://codeload.github.com/DerelictOrg/DerelictCL/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225260389,"owners_count":17446089,"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":[],"created_at":"2024-08-04T01:01:09.402Z","updated_at":"2024-11-18T22:31:36.567Z","avatar_url":"https://github.com/DerelictOrg.png","language":"D","readme":"DerelictOpenCL\n==============\n\nA dynamic binding to [OpenCL](http://www.khronos.org/opencl/) for the D Programming Language.\n\nPlease see the pages [Building and Linking Derelict](http://derelictorg.github.io/compiling.html) and [Using Derelict](http://derelictorg.github.io/using.html), or information on how to build DerelictCL and load the OpenCL library at run time. In the meantime, here's some sample code.\n\n```D\nimport derelict.opencl.cl;\n\nvoid main() {\n    // Load the OpenCL library.\n    DerelictCL.load();\n\n    // Query platforms and devices\n    ...\n\n    // Reload the OpenCL library.\n    DerelictCL.reload(\u003cchosen_version\u003e);\n\n    // Load OpenCL official extensions.\n    DerelictCL.loadEXT(\u003cchosen_platform\u003e);\n\n    // Now OpenCL functions can be called.\n    ...\n}\n```\n","funding_links":[],"categories":["Parallel computing"],"sub_categories":["XML"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDerelictOrg%2FDerelictCL","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDerelictOrg%2FDerelictCL","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDerelictOrg%2FDerelictCL/lists"}