1 {lib, stdenv, fetchurl, unzip}:
8 url = "https://math.nist.gov/tnt/tnt_3_0_12.zip";
9 sha256 = "1bzkfdb598584qlc058n8wqq9vbz714gr5r57401rsa9qaxhk5j7";
12 nativeBuildInputs = [ unzip ];
20 homepage = "https://math.nist.gov/tnt/";
21 description = "Template Numerical Toolkit: C++ headers for array and matrices";
22 license = lib.licenses.publicDomain;
23 platforms = lib.platforms.unix;