Group
Extension

Matches 1

YAMLScript-FFI ( I/IN/INGY/YAMLScript-FFI-0.1.3.tar.gz, INGY, 2023; MetaCPAN )
YAMLScript-FFI/lib/YAMLScript/FFI.pm ( view source; MetaCPAN )
mlscript_version = '0.1.34';

use Alien::YAMLScript;
use FFI::Platypus;
use FFI::CheckLib ();
use JSON ();

sub new {
    bless {}, shift;
}

unless ( Alien::YAMLScript->exact_version($libyamlscript_v
$ffi->attach(
    [ load_ys_to_json => 'load' ] => [qw( sint64 string )] => 'string' => sub {
        my ( $xsub, $self, $ys ) = @_;
        my $resp = JSON::decode_json( $xsub->( $thread, $ys ) );

 

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