{"id":13456807,"url":"https://github.com/rebol/rebol","last_synced_at":"2026-03-12T20:13:14.936Z","repository":{"id":5076315,"uuid":"6238394","full_name":"rebol/rebol","owner":"rebol","description":"Source code for the Rebol interpreter","archived":false,"fork":false,"pushed_at":"2024-08-09T15:01:35.000Z","size":3188,"stargazers_count":872,"open_issues_count":53,"forks_count":243,"subscribers_count":126,"default_branch":"master","last_synced_at":"2025-03-24T11:38:44.197Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.rebol.com/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"extend/elevators","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rebol.png","metadata":{"files":{"readme":"README","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":"2012-10-16T03:42:14.000Z","updated_at":"2025-02-28T12:28:47.000Z","dependencies_parsed_at":"2024-07-05T16:32:00.150Z","dependency_job_id":"0296c1e0-75c8-4e3c-85b4-4371c286a480","html_url":"https://github.com/rebol/rebol","commit_stats":{"total_commits":196,"total_committers":21,"mean_commits":9.333333333333334,"dds":0.7653061224489796,"last_synced_commit":"25033f897b2bd466068d7663563cd3ff64740b94"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rebol/rebol","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rebol%2Frebol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rebol%2Frebol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rebol%2Frebol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rebol%2Frebol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rebol","download_url":"https://codeload.github.com/rebol/rebol/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rebol%2Frebol/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30441857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T14:34:45.044Z","status":"ssl_error","status_checked_at":"2026-03-12T14:09:33.793Z","response_time":114,"last_error":"SSL_read: 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":[],"created_at":"2024-07-31T08:01:28.146Z","updated_at":"2026-03-12T20:13:14.914Z","avatar_url":"https://github.com/rebol.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"Rebol [R3] Source Code Distribution\nDate: 12-Dec-2012\nVersion: 2.101.0\nFrom: Carl Sassenrath\nWeb: www.rebol.com\n\n\nBuild Target:\n\nThis first release is intended for non-Windows systems like Linux, Mac, BSD,\nAndroid, etc. However, it will build for Windows, but I've not included the\ntypical MSVC project files. I'll try to get that added, but it's not that\ntough to create one yourself. You will need to set struct align to 4 bytes.\n\n\nAbout the Makefile:\n\nYou might notice that the makefile is a bit old-fashioned. That's because I\nstill support Rebol on some very old systems that don't offer newer makefile\nfeatures. So, please keep that in mind and stick with this simple format.\n\nAlso, the makefile is built by Rebol. Typing \"make make\" will rebuild it,\nand you can also select a different platform target by providing\nthe Rebol platform identifier typing e.g. \"make make OS_ID=0.4.4\" (Linux\nLibc6 2.11 platform version).\n\n\nBuild Instructions:\n\nParts of Rebol are built by Rebol. So, to build it, you'll need to download a\nrunning binary into the local make directory. Call it r3-make.\n\nThe build happens in the make directory. It will create an obj sub-dir for\nstoring the object files. I prefer this over mixing the source and object\nfiles into the same directory.\n\nYou may need to do \"make clean\" for clean make session.\n\nThe biggest step is to do the \"make prep\" which will use Rebol to configure\nand build a number of important C header files.\n\nIf you are building for a new platform that has no existing Rebol, you can use\n\"make prep\" to build all the files you need on an existing platform and copy\nthem to the new platform.\n\nAfter the prep, just run \"make\" or \"make r3\" and the rest of the system will\nbuild.\n\n\nToolchain Note:\n\nRebol builds on many different compilers over a range of systems. Although\nthe C source doesn't strictly follow any one standard, it's quite portable\nand I've yet to find a toolchain that won't build it. You can even cross\ncompile it for embedded systems quite easily. If you run into a problem,\nit's probably something fairly simple. Don't over complicate it.\n\n\nNote to Contributors:\n\nI welcome your help with porting Rebol to many more devices and making various\nimprovements. I just ask that you:\n\n1. Keep code clear and simple.\n2. Document unusual code, reasoning, or gotchas.\n3. Use same style for code, vars, indent(4), comments, etc.\n4. Keep in mind Linux, OS X, BSD, big/little endian CPUs.\n5. Test everything, then test it again.\n\nEnjoy your new Rebol freedom,\n\n-Carl\n\nBug reporting note:\n\nReport bugs, wishes, etc. at the\n\n    http://curecode.org/rebol3/view-tickets.rsp\n\nsite.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frebol%2Frebol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frebol%2Frebol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frebol%2Frebol/lists"}