Files
purescript-mujoco-mjcf/spago.yaml
orion kindel eaaeb071a2 initial commit
2026-02-19 17:10:12 -06:00

34 lines
641 B
YAML

package:
name: mujoco-mjcf
publish:
version: '0.0.1'
license: 'GPL-3.0-or-later'
location:
githubOwner: 'cakekindel'
githubRepo: 'purescript-mujoco-mjcf'
build:
censorProjectWarnings:
- 'ImplicitQualifiedImport'
- 'ImplicitQualifiedImportReExport'
strict: true
pedanticPackages: true
test:
main: Test.Main
dependencies:
- spec
- spec-node
dependencies:
- arrays
- elmish
- elmish-html
- integers
- numbers
- prelude
- tuples
- typelevel-prelude
- unsafe-coerce
workspace:
extraPackages: {}
packageSet:
registry: 73.2.0