~torresjrjr/hare-mbc

Hare library for the Martian Business Calendar chronology (alpha)
update for stdlib date/time changes
initial code

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~torresjrjr/hare-mbc
read/write
git@git.sr.ht:~torresjrjr/hare-mbc

You can also use your local clone with git send-email.

#hare-mbc

This Hare package provides the Martian-time "MBC" chronology, based upon the proposed Martian Business Calendar by Bruce Mills.

Status: pre-alpha

#Provided modules

  • time::mbc: Provides the "MBC" chronology.

#Installation

#From your distribution

This recommended name for this package is "hare-mbc". Look for this, or something similar, in your local package manager. This is the preferred way to install this package.

#System-wide installation

make install

#Vendoring

git subtree -P vendor/hare-mbc/ \
	add https://git.sr.ht/~torresjrjr/hare-mbc master

#Contributing

All contributors are required to "sign-off" their commits to indicate that they have agreed to the Developer Certificate of Origin. Use git commit -s or git config format.signoff true.

Send patches to ~torresjrjr/public-inbox@lists.sr.ht [archive].

#Licensing

Like the Hare standard library, this library is available under the terms of the Mozilla Public License (MPL). You can freely link to the library with software distributed under any license, but if you modify the library, you must release your derivative works under the MPL as well.