{"id":32162908,"url":"https://github.com/ifca-advanced-computing/opencl","last_synced_at":"2025-10-21T14:03:12.920Z","repository":{"id":46613534,"uuid":"2029118","full_name":"IFCA-Advanced-Computing/opencl","owner":"IFCA-Advanced-Computing","description":"Haskell high-level wrapper for OpenCL ","archived":true,"fork":false,"pushed_at":"2021-10-04T00:23:02.000Z","size":531,"stargazers_count":70,"open_issues_count":12,"forks_count":26,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-09-27T22:54:07.639Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IFCA-Advanced-Computing.png","metadata":{"files":{"readme":"README.org","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}},"created_at":"2011-07-11T08:08:46.000Z","updated_at":"2024-11-25T09:51:00.000Z","dependencies_parsed_at":"2022-09-17T05:23:40.711Z","dependency_job_id":null,"html_url":"https://github.com/IFCA-Advanced-Computing/opencl","commit_stats":null,"previous_names":["ifca-advanced-computing/opencl","ifca/opencl"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/IFCA-Advanced-Computing/opencl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IFCA-Advanced-Computing%2Fopencl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IFCA-Advanced-Computing%2Fopencl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IFCA-Advanced-Computing%2Fopencl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IFCA-Advanced-Computing%2Fopencl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IFCA-Advanced-Computing","download_url":"https://codeload.github.com/IFCA-Advanced-Computing/opencl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IFCA-Advanced-Computing%2Fopencl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280272340,"owners_count":26302260,"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-21T02:00:06.614Z","response_time":58,"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":[],"created_at":"2025-10-21T14:02:35.356Z","updated_at":"2025-10-21T14:03:12.911Z","avatar_url":"https://github.com/IFCA-Advanced-Computing.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+STARTUP: showall\n* OpenCL\n  A high-level OpenCL library for Haskell.\n\n  Based on the [[http://hackage.haskell.org/package/OpenCLRaw][OpenCLRaw]] package by J.R. Heard.\n\n  By Luis Cabellos at [[http://www.ifca.es/en/home2][IFCA]]\n\n** Installation\n   *Requirements:* [[http://hackage.haskell.org/package/c2hs][c2hs]] must be installed. (Try ~cabal install c2hs~.)\n\n  With the usual commands to install as a user library:\n  \n  : cabal install --user\n\n  Programs using the library must link against OpenCL; for example, by\n  passing ~-lOpenCL~ to GHC.\n\n*** About versioning\n\n    OpenCL module uses Package Version Policy:\n\n    http://www.haskell.org/haskellwiki/Package_versioning_policy\n\n    But It differs in the A version number. It use OpenCL API version as A\n    number, so 1.0.3.0 correspond to A=1.0=OpenCL API version 1.0, B=3 and\n    C=0. The major version number is 1.0.3\n\n** Optional Requisites\n   Some OpenCL libraries require additional NUMA libraries. For instance,\n   on Ubuntu 11.04:\n\n   : sudo apt-get install libnuma1 libnuma-dev\n\n** Example\n   There is an simple working example in the examples folder. You can create an\n   executable using:\n\n   : ghc --make examples/example01.hs\n\n** Using ghci\n\n   It's possible to use GHCi with OpenCL, e.g.:\n\n   : ghci examples/example01.hs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fifca-advanced-computing%2Fopencl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fifca-advanced-computing%2Fopencl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fifca-advanced-computing%2Fopencl/lists"}