<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jayadev</title>
    <description>The latest articles on DEV Community by Jayadev (@jayadev_cronobi).</description>
    <link>https://dev.to/jayadev_cronobi</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3982683%2F9ed9b9ce-633b-4bc2-9ad2-f79fcbb16c46.jpeg</url>
      <title>DEV Community: Jayadev</title>
      <link>https://dev.to/jayadev_cronobi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jayadev_cronobi"/>
    <language>en</language>
    <item>
      <title>I built a package manager for C++ from scratch</title>
      <dc:creator>Jayadev</dc:creator>
      <pubDate>Sat, 13 Jun 2026 13:15:31 +0000</pubDate>
      <link>https://dev.to/jayadev_cronobi/i-built-a-package-manager-for-c-from-scratch-heres-what-i-learned-3bh2</link>
      <guid>https://dev.to/jayadev_cronobi/i-built-a-package-manager-for-c-from-scratch-heres-what-i-learned-3bh2</guid>
      <description>&lt;p&gt;Hi. My name is Jayadev. I am from kerala(a beautiful state in india). i am C/C++ programmer. I learn C/C++ by selfthought. I am still learning english. so don't joke about me. I also learned C/C++ from a institute called G-tech education. It is a popular computer education institution in kerala. &lt;/p&gt;

&lt;p&gt;Why i cam here is, i am going to say an exciting news for you guys. I made a small fast package manager for C++ in C++. Its name is Bolt. I can share screenshot with you.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fypg64jd48jkad0t1ez0v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fypg64jd48jkad0t1ez0v.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1y303ogm98jhjlrfhjw8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1y303ogm98jhjlrfhjw8.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjcvm7k4517itc1zxrt0e.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjcvm7k4517itc1zxrt0e.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;These images shows small informations of how bolt works. When we anyone type:&lt;/p&gt;

&lt;p&gt;bolt add &lt;/p&gt;

&lt;p&gt;bolt will search the packages in github and list it. We can select the index of it and click enter; the package will downlaod to our project and inject dependencies informations in to CMakeLists.txt or meson.build. bilt also have commands like remove, install etc. More details in my github repo;&lt;/p&gt;

&lt;p&gt;Project github repo: &lt;a href="https://github.com/Cronobi/bolt" rel="noopener noreferrer"&gt;https://github.com/Cronobi/bolt&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading this. I will see you on next post. Bye&lt;/p&gt;

</description>
      <category>c</category>
      <category>cpp</category>
      <category>programming</category>
      <category>coding</category>
    </item>
  </channel>
</rss>
