{"id":23874261,"url":"https://github.com/spytheman/vlang_create_shared_lib","last_synced_at":"2026-02-18T05:02:30.149Z","repository":{"id":269671693,"uuid":"908126287","full_name":"spytheman/vlang_create_shared_lib","owner":"spytheman","description":"A small demonstration on how to create a shared library with V, and use it (from C and from V).","archived":false,"fork":false,"pushed_at":"2024-12-25T07:55:56.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-30T13:28:01.785Z","etag":null,"topics":["dylib","shared","shared-library","vlang","vlang-library"],"latest_commit_sha":null,"homepage":"","language":"C","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/spytheman.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":"2024-12-25T07:49:33.000Z","updated_at":"2025-01-14T18:05:32.000Z","dependencies_parsed_at":"2024-12-25T08:32:25.337Z","dependency_job_id":null,"html_url":"https://github.com/spytheman/vlang_create_shared_lib","commit_stats":null,"previous_names":["spytheman/vlang_create_shared_lib"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/spytheman/vlang_create_shared_lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spytheman%2Fvlang_create_shared_lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spytheman%2Fvlang_create_shared_lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spytheman%2Fvlang_create_shared_lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spytheman%2Fvlang_create_shared_lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spytheman","download_url":"https://codeload.github.com/spytheman/vlang_create_shared_lib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spytheman%2Fvlang_create_shared_lib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29569853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T04:18:28.490Z","status":"ssl_error","status_checked_at":"2026-02-18T04:13:49.018Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dylib","shared","shared-library","vlang","vlang-library"],"created_at":"2025-01-03T17:55:27.482Z","updated_at":"2026-02-18T05:02:30.112Z","avatar_url":"https://github.com/spytheman.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Running on macos:\n=====================\n\n```sh\nmake clean all run list\n```\n... produces:\n```\nrm -rf t check.dylib\nv -prod -freestanding -shared -no-builtin -gc none check.v\ncc -o t t.c\n./t\nINFO: /Users/delyanangelov/code/misc/2024_12_25__09/check.dylib OK\n     a: 123\n     b: 456\n     c: 579\nVQUIET=1 v -prod -gc none run load_check.v\n[load_check.v:7] f(123, 456): 579\nls -lrt\ntotal 336\n-rw-r--r--  1 delyanangelov  staff     62 Dec 25 09:07 check.v\n-rw-r--r--  1 delyanangelov  staff    800 Dec 25 09:33 t.c\n-rw-r--r--  1 delyanangelov  staff    247 Dec 25 09:38 load_check.v\n-rw-r--r--@ 1 delyanangelov  staff   1071 Dec 25 09:50 LICENSE\n-rw-r--r--  1 delyanangelov  staff    964 Dec 25 09:52 README.md\n-rw-r--r--  1 delyanangelov  staff    265 Dec 25 09:53 Makefile\n-rwxr-xr-x  1 delyanangelov  staff  16792 Dec 25 09:54 check.dylib\n-rwxr-xr-x  1 delyanangelov  staff  33648 Dec 25 09:54 t\n-rwxr-xr-x  1 delyanangelov  staff  86136 Dec 25 09:54 load_check\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspytheman%2Fvlang_create_shared_lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspytheman%2Fvlang_create_shared_lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspytheman%2Fvlang_create_shared_lib/lists"}