16 lines
445 B
TOML
16 lines
445 B
TOML
name = "hnumerics"
|
|
description = "Operations for dual numbers"
|
|
version = "1.0.0"
|
|
|
|
authors = ["Rene Hartmann"]
|
|
maintainers = ["Rene Hartmann <rhartmann@users.sourceforge.net>"]
|
|
maintainers-logins = ["rehartmann"]
|
|
licenses = "BSD-3-Clause"
|
|
website = "https://github.com/rehartmann/hnumerics"
|
|
tags = ["dual-numbers", "numerics"]
|
|
|
|
[origin]
|
|
commit = "d52fd514a649eef5f3e683607b05299abdb7c039"
|
|
url = "git+https://github.com/rehartmann/hnumerics.git"
|
|
|