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>
<p>
<i>OCaml</i>
<i>Raku</i>
<i>Raku</i>
<i>C++</i>
<i>Clojure</i>
<i>Go</i>
<i>Bash</i>
@@ -71,6 +72,8 @@
<i>Git</i>
<i>Docker</i>
<i>CPAN</i>
<i>Cmake</i>
<i>Make</i>
<i>PostgreSQL</i>
<i>MySQL</i>
</p>
@@ -81,37 +84,41 @@
Spring Boot, Web Sockets, Angular and SCSS.
</p>
<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>
<p>
A simple, fun-to-write web-framework for Raku.
</p>
<b><a href="https://github.com/rawleyfowler/mamml">Mamml</a></b>
A caching database with first-class JSON support
<p>
A simple database with it's own query language MQL (mamml query language), that focuses
on fast CRUD operations, and JSON.
</p>
<b><a href="https://github.com/rawleyfowler/sluj">Sluj</a></b>:
The small and efficient URI slugging library for Clojure.
<p>
Sluj is the only 100% Clojure slugging solution for the JVM. It's goal
is to be as simple, and efficient as possible.
</p>
<b><a href="https://github.com/rawleyfowler/rawleydotxyz">This Website</a></b>:
My website and blog written in OCaml.
<p>
My website, <a href="/">rawley.xyz</a> is written in OCaml Dream,
and interfaces with a SQLite3 database for my blog using Caqti. My website
My website, <a href="/">rawley.xyz</a> is written in OCaml and Raku,
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,
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>
<b><a href="https://github.com/rgrinberg/curly">curly</a></b>
A dead-simple http client for OCaml.
<p>
Fixed a bug that caused redirects to break the program.
</p>
<b><a href="https://github.com/noqqe/why-openbsd.rocks">why-openbsd.rocks</a></b>
A website for getting random facts about OpenBSD.
<p>
Reworked/modernized the JavaScript used on <a href="https://why-openbsd.rocks">why-openbsd.rocks</a>.
</p>