blob: cd2dd31b730fc33d77c9cb5e3e1a85234e366103 [file] [log] [blame] [edit]
# 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
description: A Dart bindings generator for Java and Kotlin that uses JNI under the hood to interop with Java virtual machine.
# Keep in sync with `version` in `dart_generator.dart`.
version: 0.15.0-wip
repository: https://github.com/dart-lang/native/tree/main/pkgs/jnigen
issue_tracker: https://github.com/dart-lang/native/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ajnigen
environment:
sdk: '>=3.3.0 <4.0.0'
topics:
- interop
- ffi
- codegen
- java
- jni
dependencies:
args: ^2.5.0
cli_config: '>=0.1.0 <0.3.0'
http: ^1.3.0
json_annotation: ^4.9.0
logging: ^1.2.0
meta: ^1.15.0
package_config: ^2.1.0
path: ^1.9.0
pub_semver: ^2.1.4
yaml: ^3.1.2
dev_dependencies:
build_runner: ^2.4.12
dart_flutter_team_lints: ^3.5.2
jni: ^0.13.0
json_serializable: ^6.8.0
test: ^1.25.8
dependency_overrides:
jni:
path: ../jni