Group
Extension

Matches 2

App-ArduinoBuilder ( M/MA/MATHIAS/Dist-Setup/App-ArduinoBuilder-0.08.tar.gz, MATHIAS, 2024; MetaCPAN )
App-ArduinoBuilder/lib/App/ArduinoBuilder.pm ( view source; MetaCPAN )
s that we are not handling yet from:
  # https://arduino.github.io/arduino-cli/0.32/package_index_json-specification/#how-a-tools-path-is-determined-in-platformtxt

  trace "Complete configuration: \n
App-ArduinoBuilder ( M/MA/MATHIAS/Dist-Setup/App-ArduinoBuilder-0.08.tar.gz, MATHIAS, 2024; MetaCPAN )
App-ArduinoBuilder/lib/App/ArduinoBuilder/JsonTool.pm ( view source; MetaCPAN )
package App::ArduinoBuilder::JsonTool;

# Package that implement bi-directionnal communication with a tool talking
# JSON (like the Arduino pluggable discovery and monitor tools).

use strict;
use war
nings;
use utf8;

use App::ArduinoBuilder::System 'split_cmd';
use JSON::PP;
use IPC::Run  qw(start pump finish timeout);
use Log::Any::Simple ':default';

# TODO: look into what should be done with U
ut_exn;

sub new {
  my ($class, $cmd) = @_;

  my $this = bless {
    out => '',  # Out from the JsonTool class point of view, this will be the tool STDIN
    in => '',  # This will be the tool STDOU

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.