| # Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file | |
| # for details. All rights reserved. Use of this source code is governed by a | |
| # BSD-style license that can be found in the LICENSE file. | |
| name: jnigen | |
| version: 0.0.1 | |
| homepage: https://github.com/google/jnigen.dart | |
| description: Experimental generator for FFI+JNI bindings. | |
| environment: | |
| sdk: '>=2.17.0 <3.0.0' | |
| dependencies: | |
| dev_dependencies: | |
| lints: ^2.0.0 | |
| test: ^1.17.5 |