Hey all 👋️

Very interesting topic!

I thought I'd share my own attempt at having a collection of useful utilities
for my Makefiles 😅️

https://github.com/bahmanm/bmakelib
_The minimalist Make standard library you'd always wished for!_

It's fully tested via the CI pipeline¹ and available as a Docker image² or
RPM/DEB/Homebrew packages³.

It'd be awesome if we could merge all these efforts to an umbrella project and
reference that from Make homepage for visibility.


[1] See the "tests"
subdirectory: https://github.com/bahmanm/bmakelib/tree/main/tests
[2] https://hub.docker.com/r/bdockerimg/bmakelib
[3] https://github.com/bahmanm/bmakelib/releases

-- 
Bahman Movaqar (he/him)

Problem solver ● Software engineer ● Hands-on leader
https://linktr.ee/bahmanm


On Sat, 2025-04-05 at 21:06 -0700, carl hansen wrote:
> FYI
> 
> https://gmsl.jgc.org/
> GNU Make Standard Library
> "The GNU Make Standard Library (GMSL) is a collection of functions
> implemented using native GNU Make functionality that provide list and
> string manipulation, integer arithmetic, associative arrays, stacks,
> and debugging facilities.  The GMSL is released under the BSD License."
> 
> https://github.com/jgrahamc/gmsl/
> version 1.2.4
> 
> merge?

Reply via email to