{"id":36546401,"url":"https://github.com/bialang/gobia","last_synced_at":"2026-01-12T06:04:37.044Z","repository":{"id":57534774,"uuid":"282993040","full_name":"bialang/gobia","owner":"bialang","description":"A Go wrapper for Bia","archived":false,"fork":false,"pushed_at":"2020-08-13T06:33:21.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-21T09:38:48.750Z","etag":null,"topics":["bia","bialang","embedded-scripting-language","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/bialang.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}},"created_at":"2020-07-27T19:15:53.000Z","updated_at":"2024-06-21T09:38:48.751Z","dependencies_parsed_at":"2022-09-26T18:21:44.395Z","dependency_job_id":null,"html_url":"https://github.com/bialang/gobia","commit_stats":null,"previous_names":["bialang/go-bia"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bialang/gobia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bialang%2Fgobia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bialang%2Fgobia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bialang%2Fgobia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bialang%2Fgobia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bialang","download_url":"https://codeload.github.com/bialang/gobia/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bialang%2Fgobia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28336097,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"online","status_checked_at":"2026-01-12T02:00:08.677Z","response_time":98,"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":["bia","bialang","embedded-scripting-language","go","golang"],"created_at":"2026-01-12T06:03:46.208Z","updated_at":"2026-01-12T06:04:37.029Z","avatar_url":"https://github.com/bialang.png","language":"Go","readme":"# gobia\n\nA CGo wrapper for Bia\n\n## Usage\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/bialang/gobia\"\n)\n\nfunc main() {\n\tengine, err := gobia.NewEngine()\n  \n\t// don't forget to close the engine after usage!\n\tdefer engine.Close()\n\n\tengine.UseBSL()\n\tengine.PutFunction(\"hello_world\", func(params *gobia.Parameters) {\n\t\tfmt.Println(\"Hello, World! - Go\")\n\t})\n\tengine.Run([]byte(`\n\n\t  import io\n\n\t  io.print(\"Hello, World! - Bia\")\n\t  hello_world()\n\n\t`))\n}\n```\n\n## Installation\n\n### Requirements\n\n- Bia\n- Go *\u003e= 1.12*\n- GCC\n\n### Downloading\n\n```sh\ngo get github.com/bialang/gobia\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbialang%2Fgobia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbialang%2Fgobia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbialang%2Fgobia/lists"}