{"id":23063986,"url":"https://github.com/kuripa/libft","last_synced_at":"2026-05-01T14:33:22.193Z","repository":{"id":262341410,"uuid":"886862963","full_name":"kuripa/libft","owner":"kuripa","description":"42 school first project: Your very first own library. ","archived":false,"fork":false,"pushed_at":"2025-01-08T11:01:57.000Z","size":1386,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T10:08:33.427Z","etag":null,"topics":["42school","c","libft","makefile"],"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/kuripa.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":"2024-11-11T18:34:59.000Z","updated_at":"2025-01-08T11:02:00.000Z","dependencies_parsed_at":"2024-11-11T23:28:23.266Z","dependency_job_id":"6d266842-c4fc-4a7c-95d5-507de2817cde","html_url":"https://github.com/kuripa/libft","commit_stats":null,"previous_names":["kuripa/libft"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kuripa/libft","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuripa%2Flibft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuripa%2Flibft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuripa%2Flibft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuripa%2Flibft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kuripa","download_url":"https://codeload.github.com/kuripa/libft/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuripa%2Flibft/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32501401,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["42school","c","libft","makefile"],"created_at":"2024-12-16T04:14:07.292Z","updated_at":"2026-05-01T14:33:22.168Z","avatar_url":"https://github.com/kuripa.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Libft\n\n![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg)\n![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)\n\nLibft is a comprehensive set of C utility functions. It is designed to provide enhanced functionality and common utility methods for C language programming. The library encompasses various functions to facilitate efficient, concise, and accessible programming.\n\n## Prerequisites\n\nEnsure you have the following tools installed:\n\n1. **GCC**: GNU Compiler Collection.\n2. **CMake**: Cross-platform make system tool.\n3. **GoogleTest**: Testing framework for C++ (handed via CMake).\n\n## Installation\n\nClone the repository:\n```sh\ngit clone https://github.com/your-username/libft.git\ncd libft\n```\n\n## Usage\n\nThe `Makefile` provides various commands to manage the build process:\n\n- **Make all**: Build the library `libft.a`.\n  ```sh\n  make\n  ```\n\n- **Make clean**: Remove object files.\n  ```sh\n  make clean\n  ```\n\n- **Make fclean**: Remove object files and the library `libft.a`.\n  ```sh\n  make fclean\n  ```\n\n- **Make re**: Clean, then rebuild the library.\n  ```sh\n  make re\n  ```\n\n## Running Tests\n\nAutomated tests are facilitated through GoogleTest:\n\n1. **Build the library and set up tests:**\n   ```sh\n   make test\n   ```\n\n2. **Run the tests:**\n   ```sh\n   make test\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuripa%2Flibft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuripa%2Flibft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuripa%2Flibft/lists"}