{"id":22180224,"url":"https://github.com/andridus/erlang_v","last_synced_at":"2025-03-24T18:45:19.143Z","repository":{"id":174182022,"uuid":"651889236","full_name":"andridus/erlang_v","owner":"andridus","description":"Erlang External Term Format on V","archived":false,"fork":false,"pushed_at":"2023-06-17T15:28:01.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T23:29:35.442Z","etag":null,"topics":["erlang","vlang"],"latest_commit_sha":null,"homepage":"","language":"V","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/andridus.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":"2023-06-10T12:00:18.000Z","updated_at":"2024-07-19T11:25:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"34c27b62-e809-4a62-9c33-62da5a638f0c","html_url":"https://github.com/andridus/erlang_v","commit_stats":null,"previous_names":["andridus/erlang_v"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andridus%2Ferlang_v","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andridus%2Ferlang_v/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andridus%2Ferlang_v/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andridus%2Ferlang_v/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andridus","download_url":"https://codeload.github.com/andridus/erlang_v/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245331544,"owners_count":20597992,"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":["erlang","vlang"],"created_at":"2024-12-02T09:17:30.219Z","updated_at":"2025-03-24T18:45:19.127Z","avatar_url":"https://github.com/andridus.png","language":"V","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Erlang External Term Format on V\nProvides an Erlang External Term Format for V.\n\nerlang doc: http://erlang.org/doc/apps/erts/erl_ext_dist.html.\n\n## Motivation\nThe library is core of Lx lang to compiles code to BeamVM, futhermore will be possible to create compatible macros within.\n\n## The Library Erlang Terms\n\n- ErlAtom\n- ErlAtomCacheRef\n- ErlAtomUTF8\n- ErlBinary\n- ErlBoolean\n- ErlFloat\n- ErlFunction\n- ErlInteger32\n- ErlInteger8\n- ErlIntegerBig\n- ErlList\n- ErlMap\n- ErlNil\n- ErlPid\n- ErlPort\n- ErlReference\n- ErlString\n- ErlTuple\n\n## The main functions\n - binary_to_term( []u8 ) Term\n - term_to_binary( Term ) []u8\n - int_to_term( int ) Term\n - i64_to_term( i64 ) Term\n - atom_to_binary( ErlAtom ) []u8\n - string_to_binary( string ) []u8\n - float_to_binary( f64 ) []u8\n - old_float_to_binary( f64 ) []u8 // compatibily purposes\n - integer8_to_binary( i8 ) []u8\n - integer32_to_binary( int ) []u8\n - integer_big__to_binary( math.big.Integer ) []u8\n - nil_to_binary() []u8\n\n## Execute tests\nExecute the follow command\n`$ v test .`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandridus%2Ferlang_v","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandridus%2Ferlang_v","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandridus%2Ferlang_v/lists"}