RDF-Cowl

 view release on metacpan or  search on metacpan

lib/RDF/Cowl/Lib.pm  view on Meta::CPAN

			$ffi->lib( __PACKAGE__->lib );
			$ffi->mangler(sub {
				$_[0] =~ s/^COWL_WRAP_//r;
			});
		} else {
			# Use bundle
			$ffi->bundle('RDF::Cowl');
		}

		# Under ULIB_HUGE
		# (default, i.e., not using COWL_EMBEDDED).
		# See <url:sisinflab-swot/cowl/lib/ulib/include/ubase.h>.
		$ffi->type( 'uint64_t' => 'ulib_uint' );

		$ffi->type( 'object(FFI::C::File)' => 'FILE' );

		# enums
		$ffi->type( 'int' => 'uvec_ret' );
		$ffi->type( 'int' => 'uhash_ret' );
		$ffi->type( 'int' => 'ustream_ret' );



( run in 1.722 second using v1.01-cache-2.11-cpan-71847e10f99 )