~torresjrjr/hare-ninefmt

Hare library for 9front-style datetime formatting & parsing (pre-alpha)
add datetime/ninefmt/README
add README.md

refs

master
browse  log 

clone

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

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

#hare-ninefmt

This Hare package provides a port of plan9front's tmdate(2) formatting & parsing scheme for the stdlib datetime::datetime type.

Status: pre-alpha

#Provided modules

  • datetime::ninefmt: 9front-style formatting & parsing.

#Installation

#From your distribution

This recommended name for this package is "hare-ninefmt". 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-ninefmt/ \
	add https://git.sr.ht/~torresjrjr/hare-ninefmt 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.

Do not follow this link