{"id":19653086,"url":"https://github.com/lareii/libft","last_synced_at":"2025-04-30T19:43:10.892Z","repository":{"id":258975398,"uuid":"875325358","full_name":"lareii/libft","owner":"lareii","description":"📚 My very first own library.","archived":false,"fork":false,"pushed_at":"2024-11-25T08:55:26.000Z","size":45,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T19:22:23.719Z","etag":null,"topics":["42","42born2code","42cursus","42projects","42school","libft","libft-1337","libft-42","libft42"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":false,"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/lareii.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-10-19T17:16:30.000Z","updated_at":"2025-03-15T02:48:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"7a99ce1b-fe37-4cd0-9946-53c1243d9d15","html_url":"https://github.com/lareii/libft","commit_stats":null,"previous_names":["lareii/libft"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lareii%2Flibft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lareii%2Flibft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lareii%2Flibft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lareii%2Flibft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lareii","download_url":"https://codeload.github.com/lareii/libft/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251772054,"owners_count":21641359,"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","42born2code","42cursus","42projects","42school","libft","libft-1337","libft-42","libft42"],"created_at":"2024-11-11T15:13:11.738Z","updated_at":"2025-04-30T19:43:10.863Z","avatar_url":"https://github.com/lareii.png","language":"C","readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\".github/assets/libftm.png\" alt=\"libft badge\"\u003e\n    \u003ch1\u003elibft\u003c/h1\u003e\n\u003c/div\u003e\n\n![norminette](https://github.com/lareii/libft/actions/workflows/norminette.yml/badge.svg)\n\n📚 My very first own library.\n\n## About\nThis repository contains my solutions for the **libft** project in 42.\n\nThe **libft** project is the very first project in the 42 curriculum. The goal of this project is to create a library of useful functions that will be used in future projects.\n\n## Installation \u0026 Usage\n### Installation\n```bash\ngit clone https://github.com/lareii/libft.git\ncd libft\nmake\n```\n\n### Usage\nTo use the library in your project, include the header file `libft.h` in your source files and compile your project with the library `libft.a`.\n\n```c\n#include \"libft.h\"\n\nint main(void)\n{\n    ft_putstr_fd(\"Hello, World!\\n\", 1);\n    return (0);\n}\n```\n\n```bash\ngcc -Wall -Wextra -Werror -I. -L. -lft your_file.c -o your_program\n```\n\n## Contributing\nContributions are welcome! If you would like to contribute to this project, please open a pull request.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flareii%2Flibft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flareii%2Flibft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flareii%2Flibft/lists"}