{"id":23773975,"url":"https://github.com/gogovega/libft","last_synced_at":"2026-04-03T20:30:22.928Z","repository":{"id":238148130,"uuid":"794613173","full_name":"GogoVega/LIBFT","owner":"GogoVega","description":"My own library (LIBFT) of 42 Cursus containing basic and personal functions as well as Doxygen documentation and unit tests.","archived":false,"fork":false,"pushed_at":"2024-05-20T11:55:59.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-01T05:47:17.515Z","etag":null,"topics":["42","42-school","campus19","documentation","doxygen-documentation","ftprintf","getnextline","gnl","libft"],"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/GogoVega.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-01T15:30:17.000Z","updated_at":"2024-05-09T20:31:37.000Z","dependencies_parsed_at":"2024-05-09T21:36:37.565Z","dependency_job_id":null,"html_url":"https://github.com/GogoVega/LIBFT","commit_stats":null,"previous_names":["gogovega/libft"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GogoVega%2FLIBFT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GogoVega%2FLIBFT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GogoVega%2FLIBFT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GogoVega%2FLIBFT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GogoVega","download_url":"https://codeload.github.com/GogoVega/LIBFT/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239964497,"owners_count":19725950,"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":["42","42-school","campus19","documentation","doxygen-documentation","ftprintf","getnextline","gnl","libft"],"created_at":"2025-01-01T05:47:20.878Z","updated_at":"2026-04-03T20:30:22.818Z","avatar_url":"https://github.com/GogoVega.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LIBFT\n\nLibft is the Library of 42 School which contains a number of standard C library\nfunctions that need to be recoded, including adding additional functions that\ncan be used later in our projects. This library aims to understand how basic\nfunctions work, implement them, and learn how to use them.\n\n## Purpose\n\nComing Soon...\n\n## How to Use?\n\nTo use this library, follow these steps:\n\n1. Clone the repository to your local machine:\n\n\t```bash\n\tgit clone https://github.com/GogoVega/LIBFT.git LIBFT\n\t```\n\n2. Navigate to the library directory:\n\n\t```bash\n\tcd LIBFT\n\t```\n\n3. Compile the library:\n\n\t```bash\n\tmake\n\t```\n\n4. Include the library header file in your code:\n\n\t```c\n\t#include \"libft.h\"\n\t```\n\n5. Compile the library with your project:\n\n\t```bash\n\tgcc -Wall -Wextra -Werror libft.a your_file.c\n\t```\n\n## How to Test?\n\nTo test this library, you can run the following command:\n\n```bash\nmake test\n```\n\nComing Soon\n\n## Feature\n\n- Contains [Doxygen Documentation](https://marketplace.visualstudio.com/items?itemName=cschlosser.doxdocgen)\n- Contains Unit Tests\n\n## Getting Started Link\n\n- [42 School](https://42.fr/en/homepage)\n- [Francinette](https://github.com/xicodomingues/francinette)\n\n## Contributing\n\nAll contributions are Welcome. Don't forget to include your test files if possible.\n\nThis repository adheres to the [Contributor Covenant 2.0](./CODE_OF_CONDUCT.md).\nBy participating, you are expected to uphold this code.\n\n## Acknowledgment\n\n- [Francinette](https://github.com/xicodomingues/francinette): to test our projects\n- [Tripouille](https://github.com/Tripouille): for these tests for which I based myself for mine\n\n## License\n\nMIT License\n\nCopyright (c) 2024 Gauthier Dandele\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgogovega%2Flibft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgogovega%2Flibft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgogovega%2Flibft/lists"}