-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoon.mod
More file actions
33 lines (25 loc) · 708 Bytes
/
Copy pathmoon.mod
File metadata and controls
33 lines (25 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// Learn more about moon.mod configuration:
// https://docs.moonbitlang.com/en/latest/toolchain/moon/module.html
//
// To add a dependency, run this command in your terminal:
// moon add moonbitlang/x
//
// Or manually declare it in `import`, for example:
// import {
// "moonbitlang/x@0.4.6",
// }
name = "LL124-Arch/moonbit-reactor"
version = "0.2.0"
readme = "README.mbt.md"
repository = "https://github.com/LL124-Arch/moonbit-reactor"
license = "Apache-2.0"
keywords = [
"reactor",
"chemical-engineering",
"cstr",
"pfr",
"batch",
"numerical-methods",
]
preferred_target = "wasm-gc"
description = "Chemical reactor design toolkit for CSTR, PFR, and batch calculations in MoonBit."