From 257c5209619369dea0608477ae1f284013f19fb4 Mon Sep 17 00:00:00 2001 From: Jared Magnusson Date: Sat, 9 May 2026 07:45:00 -0500 Subject: [PATCH] publish SciChap v0.1.0 --- Signed-off-by: Jared Magnusson --- Bricks/SciChap/0.1.0.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Bricks/SciChap/0.1.0.toml diff --git a/Bricks/SciChap/0.1.0.toml b/Bricks/SciChap/0.1.0.toml new file mode 100644 index 0000000..e0fa992 --- /dev/null +++ b/Bricks/SciChap/0.1.0.toml @@ -0,0 +1,15 @@ +[brick] +name="SciChap" +version="0.1.0" +chplVersion="2.8.0" +type="library" +source="git@github.com:jmag722/SciChap.git" +authors=["Jared Magnusson"] +license="BSD-3-Clause" +copyrightYear="2025" + +[tool.chpl-language-server] +module-dir="src" + +[tool.chplcheck] +disable-rule = ["CamelCaseFunctions"] # unit tests break this convention