{"id":25694082,"url":"https://github.com/srvariable/bfl","last_synced_at":"2026-05-29T16:31:19.912Z","repository":{"id":198207139,"uuid":"700281949","full_name":"SrVariable/BFL","owner":"SrVariable","description":"Big Function Library is a collection of C functions made from scratch.","archived":false,"fork":false,"pushed_at":"2024-07-10T12:00:39.000Z","size":180,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T23:50:06.334Z","etag":null,"topics":["42","c","library","open-source"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SrVariable.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-10-04T09:49:23.000Z","updated_at":"2024-07-10T12:00:43.000Z","dependencies_parsed_at":"2023-12-12T18:37:03.746Z","dependency_job_id":"f3d8441d-c7ab-4a78-9f7a-e045403b7bc2","html_url":"https://github.com/SrVariable/BFL","commit_stats":null,"previous_names":["srrecursive/bfl","srvariable/bfl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SrVariable/BFL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SrVariable%2FBFL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SrVariable%2FBFL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SrVariable%2FBFL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SrVariable%2FBFL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SrVariable","download_url":"https://codeload.github.com/SrVariable/BFL/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SrVariable%2FBFL/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33662205,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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":["42","c","library","open-source"],"created_at":"2025-02-24T23:50:08.145Z","updated_at":"2026-05-29T16:31:19.897Z","avatar_url":"https://github.com/SrVariable.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BFL\n\n## Description\n\nBig Function Library is a UNIX collection of functions made from scratch.\nIt uses the libraries _stdarg.h_, _stddef.h_, _stdlib.h_ and _unistd.h_.\n\n## Requirements\n\n- make\n- gcc\n\n\u003e [!NOTE]\n\u003e\n\u003e Run this command to install the requirements\n\u003e\n\u003e ```Shell\n\u003e sudo apt update\n\u003e sudo apt install make \\\n\u003e                 build-essential\n\u003e ```\n\n## Usage\n\nGo to you project directory\n\n```Shell\ncd /path/to/your/project\n```\n\nClone the repository\n\n```Shell\ngit clone https://github.com/SrVariable/BFL.git\n```\n\nCompile the library and link it to your project\n\n```Shell\nmake -C BFL\ngcc main.c -L./BFL -lBFL -I BFL/include\n```\n\n\u003e [!NOTE]\n\u003e\n\u003e Remember to include the header file in your project\n\u003e\n\u003e ```C\n\u003e #include \"BFL.h\"\n\u003e\n\u003e int main(int argc, char **argv)\n\u003e {\n\u003e     ft_printf(\"Hello World\\n\");\n\u003e     return (BFL_OK);\n\u003e }\n\u003e ```\n\n## Contributing\n\nIf you find any bug or have any suggestion, please open an issue\n[here](https://github.com/SrVariable/BFL/issues/new).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrvariable%2Fbfl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrvariable%2Fbfl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrvariable%2Fbfl/lists"}