# Third-party notices

## moonbitlang/x

- Version requested by moon.mod: 0.4.49
- Source: https://github.com/moonbitlang/x
- License: Apache License 2.0
- Use: read-only file access and process exit status in the CLI package.

The core PageLens parser does not depend on a SQLite binding or parser.

## SQLite documentation

- Source: https://www.sqlite.org/fileformat2.html
- Use: behavioral specification for the independently written compatible
  parser.

No SQLite source file is copied or linked. The fixture generator invokes
Python's local sqlite3 module only during tests; it does not redistribute the
SQLite library or any external dataset.

## GitHub Actions

- actions/checkout v5
- Source: https://github.com/actions/checkout
- License: MIT
- Use: read-only repository checkout in CI.

The MoonBit toolchain is installed in CI using the official installer from
cli.moonbitlang.com.
