| # 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.1.1 |
| description: Experimental generator for FFI+JNI bindings. |
| repository: https://github.com/dart-lang/jnigen/tree/main/jnigen |
| |
| environment: |
| sdk: '>=2.17.0 <3.0.0' |
| |
| dependencies: |
| json_annotation: ^4.6.0 |
| package_config: ^2.1.0 |
| path: ^1.8.0 |
| args: ^2.3.0 |
| yaml: ^3.1.0 |
| logging: ^1.0.2 |
| |
| dev_dependencies: |
| lints: ^2.0.0 |
| jni: |
| path: ../jni |
| test: ^1.17.5 |
| build_runner: ^2.2.0 |
| json_serializable: ^6.3.1 |
| |