1234567891011121314151617181920212223242526 |
- name = "Reduce"
- uuid = "93e0c654-6965-5f22-aba9-9c1ae6b3c259"
- authors = ["Michael Reed"]
- version = "1.2.12"
- [deps]
- REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
- ReplMaker = "b873ce64-0db9-51f5-a568-4457d8e49576"
- ForceImport = "9dda63f9-cce7-5873-89fa-eccbb2fffcde"
- SyntaxTree = "a4af3ec5-f8ac-5fed-a759-c2e80b4d74cb"
- LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
- AbstractTensors = "a8e43f4a-99b7-5565-8bf1-0165161caaea"
- [compat]
- julia = "1"
- ForceImport = "0.0.3"
- SyntaxTree = "1"
- ReplMaker = "0.1, 0.2"
- AbstractTensors = "0.7"
- [extras]
- Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
- [targets]
- test = ["Test"]
|