Add Distribution-Builder-Cmake reference

This commit is contained in:
Rawley
2023-02-07 15:02:10 +00:00
committed by GitHub
parent e10ecaed46
commit 281d42a573

View File

@@ -59,7 +59,8 @@
<h5>Programming Languages</h5> <h5>Programming Languages</h5>
<p> <p>
<i>OCaml</i> <i>OCaml</i>
<i>Raku</i> <i>Raku</i>
<i>C++</i>
<i>Clojure</i> <i>Clojure</i>
<i>Go</i> <i>Go</i>
<i>Bash</i> <i>Bash</i>
@@ -71,6 +72,8 @@
<i>Git</i> <i>Git</i>
<i>Docker</i> <i>Docker</i>
<i>CPAN</i> <i>CPAN</i>
<i>Cmake</i>
<i>Make</i>
<i>PostgreSQL</i> <i>PostgreSQL</i>
<i>MySQL</i> <i>MySQL</i>
</p> </p>
@@ -81,37 +84,41 @@
Spring Boot, Web Sockets, Angular and SCSS. Spring Boot, Web Sockets, Angular and SCSS.
</p> </p>
<h4>Projects & Contributions</h4> <h4>Projects & Contributions</h4>
<b><a href="https://github.com/rawleyfowler/Humming-Bird">Humming-Bird</a></b>
<p>
A simple, fun-to-write functional web-framework for Raku.
</p>
<b><a href="https://github.com/rawleyfowler/Distribution-Builder-Cmake">Distribution-Builder-Cmake</a></b>
<p>
Distribution::Builder::Cmake is a dist builder for Raku with C++ interop via FFI. Allowing C++ to be compiled via Cmake at Raku compile time,
then injected into Raku programs via FFI.
</p>
<b><a href="https://github.com/rawleyfowler/Humming-Bird">Humming-Bird</a></b> <b><a href="https://github.com/rawleyfowler/Humming-Bird">Humming-Bird</a></b>
<p> <p>
A simple, fun-to-write web-framework for Raku. A simple, fun-to-write web-framework for Raku.
</p> </p>
<b><a href="https://github.com/rawleyfowler/mamml">Mamml</a></b> <b><a href="https://github.com/rawleyfowler/mamml">Mamml</a></b>
A caching database with first-class JSON support
<p> <p>
A simple database with it's own query language MQL (mamml query language), that focuses A simple database with it's own query language MQL (mamml query language), that focuses
on fast CRUD operations, and JSON. on fast CRUD operations, and JSON.
</p> </p>
<b><a href="https://github.com/rawleyfowler/sluj">Sluj</a></b>: <b><a href="https://github.com/rawleyfowler/sluj">Sluj</a></b>:
The small and efficient URI slugging library for Clojure.
<p> <p>
Sluj is the only 100% Clojure slugging solution for the JVM. It's goal Sluj is the only 100% Clojure slugging solution for the JVM. It's goal
is to be as simple, and efficient as possible. is to be as simple, and efficient as possible.
</p> </p>
<b><a href="https://github.com/rawleyfowler/rawleydotxyz">This Website</a></b>: <b><a href="https://github.com/rawleyfowler/rawleydotxyz">This Website</a></b>:
My website and blog written in OCaml.
<p> <p>
My website, <a href="/">rawley.xyz</a> is written in OCaml Dream, My website, <a href="/">rawley.xyz</a> is written in OCaml and Raku,
and interfaces with a SQLite3 database for my blog using Caqti. My website interfacing with a SQLite3 database for my blog. My website
is designed to be fairly simple (and used to be written in Go). Right now, is designed to be fairly simple (and used to be written in Go). Right now,
it's hosted on a Debian 11 server and served via NGiNX and OCaml. it's hosted on a Debian 11 server and proxied behind NGiNX.
</p> </p>
<b><a href="https://github.com/rgrinberg/curly">curly</a></b> <b><a href="https://github.com/rgrinberg/curly">curly</a></b>
A dead-simple http client for OCaml.
<p> <p>
Fixed a bug that caused redirects to break the program. Fixed a bug that caused redirects to break the program.
</p> </p>
<b><a href="https://github.com/noqqe/why-openbsd.rocks">why-openbsd.rocks</a></b> <b><a href="https://github.com/noqqe/why-openbsd.rocks">why-openbsd.rocks</a></b>
A website for getting random facts about OpenBSD.
<p> <p>
Reworked/modernized the JavaScript used on <a href="https://why-openbsd.rocks">why-openbsd.rocks</a>. Reworked/modernized the JavaScript used on <a href="https://why-openbsd.rocks">why-openbsd.rocks</a>.
</p> </p>