Metadata
{
+
"abstracts_in_pod": { … - "SPVM": "The SPVM Language",
- "SPVM::Address": "Address",
- "SPVM::Array": "Array Utilities",
- "SPVM::BlessedObject": "SPVM object",
- "SPVM::BlessedObject::Array": "SPVM Array",
- "SPVM::BlessedObject::Class": "SPVM Class",
- "SPVM::BlessedObject::String": "SPVM string",
- "SPVM::Bool": "A Boolean value as An Object",
- "SPVM::Builder": "Build Dynamic Libraries for SPVM Distribution",
- "SPVM::Builder::API": "Builder APIs",
- "SPVM::Builder::CC": "Compilation and Link of Native Class",
- "SPVM::Builder::CompileInfo": "Compiler Information",
- "SPVM::Builder::Config": "Config for Compiling and Linking Native Classes",
- "SPVM::Builder::Config::Exe": "Excutable File Config",
- "SPVM::Builder::ConfigBuilder": "Config Builder",
- "SPVM::Builder::DependencyAnalyzer": "Utility for Analyzing Class Dependencies",
- "SPVM::Builder::Exe": "Creating Executable File",
- "SPVM::Builder::LibInfo": "Library Information for A Linker",
- "SPVM::Builder::LinkInfo": "Linker Information",
- "SPVM::Builder::Native::BasicType": "Basic Type Native APIs",
- "SPVM::Builder::Native::ClassFile": "Class File Native APIs",
- "SPVM::Builder::Native::Compiler": "Compiler Native APIs",
- "SPVM::Builder::Native::Env": "Runtime Environment",
- "SPVM::Builder::Native::Method": "Method Native APIs",
- "SPVM::Builder::Native::Runtime": "Runtime",
- "SPVM::Builder::Native::Stack": "Runtime Stack",
- "SPVM::Builder::ObjectFileInfo": "Object File Information",
- "SPVM::Builder::Resource": "Resource",
- "SPVM::Builder::ScriptInfo": "Script Information",
- "SPVM::Builder::Util": "Builder Utilities",
- "SPVM::Builder::Util::API": "Builder Utility APIs",
- "SPVM::Byte": "A byte Value as An Object",
- "SPVM::ByteList": "Dynamic byte Arrays",
- "SPVM::Callback": "Callback interface",
- "SPVM::Callback::Grep": "A Callback for The grep Method",
- "SPVM::Callback::Map": "A Callback for The map Method",
- "SPVM::Callback::MapExpand": "A Callback for The map_expand Method",
- "SPVM::Cloneable": "Interface Type to Clone Object",
- "SPVM::Cloner": "Interface Type for the Callback to Clone a Object",
- "SPVM::CommandInfo": "Command Line Information",
- "SPVM::Comparable": "Comparable Interface",
- "SPVM::Comparator": "Interface Type for Object Comparation Callback",
- "SPVM::Comparator::Double": "Interface Type for double Comparation Callback",
- "SPVM::Comparator::Float": "Interface Type for float Comparation Callback",
- "SPVM::Comparator::Int": "Interface Type for int Comparation Callback",
- "SPVM::Comparator::Long": "Interface Type for long Comparation Callback",
- "SPVM::Comparator::String": "Interface Type for String Comparation Callback",
- "SPVM::Complex_2d": "double Complex Type",
- "SPVM::Complex_2f": "float Complex Type",
- "SPVM::Dist": "Generating SPVM Distrubution",
- "SPVM::Document": "SPVM Documents",
- "SPVM::Document::EnvironmentVariables": "Environment Variables",
- "SPVM::Document::Language": "SPVM Language Specification",
- "SPVM::Document::Language::Class": "Classes in the SPVM Language",
- "SPVM::Document::Language::ExceptionHandling": "Exception Handling in the SPVM Language",
- "SPVM::Document::Language::GarbageCollection": "Garbage Collection in the SPVM Language",
- "SPVM::Document::Language::Operators": "Operators in the SPVM Language",
- "SPVM::Document::Language::Statements": "Statements in the SPVM Language",
- "SPVM::Document::Language::SyntaxParsing": "Syntax Parsing in the SPVM Language",
- "SPVM::Document::Language::System": "System Setting in the SPVM Language",
- "SPVM::Document::Language::Tokenization": "Tokenization in the SPVM Language",
- "SPVM::Document::Language::Types": "Types in the SPVM Language",
- "SPVM::Document::Modules": "SPVM Standard Modules",
- "SPVM::Document::NativeAPI": "Native APIs",
- "SPVM::Document::NativeAPI::Allocator": "Allocator Native APIs",
- "SPVM::Document::NativeAPI::Argument": "Argument Native APIs",
- "SPVM::Document::NativeAPI::BasicType": "Basic Type Native APIs",
- "SPVM::Document::NativeAPI::ClassFile": "Class File Native APIs",
- "SPVM::Document::NativeAPI::ClassVariable": "Class Variable Native APIs",
- "SPVM::Document::NativeAPI::Compiler": "Compiler Native APIs",
- "SPVM::Document::NativeAPI::Field": "Field Native APIs",
- "SPVM::Document::NativeAPI::Internal": "Internal Native APIs",
- "SPVM::Document::NativeAPI::Method": "Method Native APIs",
- "SPVM::Document::NativeAPI::Mutex": "Mutex Native APIs",
- "SPVM::Document::NativeAPI::Runtime": "Runtime Native APIs",
- "SPVM::Document::NativeAPI::StringBuffer": "String Buffer Native APIs",
- "SPVM::Document::NativeAPI::Type": "Type Native APIs",
- "SPVM::Document::NativeClass": "Native Classes",
- "SPVM::Document::Resource": "Resource",
- "SPVM::Double": "A double value as An Object",
- "SPVM::DoubleList": "Dynamic double Arrays",
- "SPVM::EqualityCheckable": "EqualityCheckable Interface",
- "SPVM::EqualityChecker": "Interface Type for Object Equality Checking Callback",
- "SPVM::EqualityChecker::Address": "a callback implementation of L<EqualityChecker|SPVM::EqualityChecker> to check if the memory addresses of the two objects are equal.",
- "SPVM::Error": "Error",
- "SPVM::Error::Compile": "Compilation Errors",
- "SPVM::Error::FieldNotSpecified": "Field Not Specified Errors",
- "SPVM::Error::NotSupported": "Not Supported Error",
- "SPVM::Error::System": "System Error",
- "SPVM::Error::Unicode::InvalidUTF8": "Invalid UTF8 Errors",
- "SPVM::ExchangeAPI": "SPVM Exchange API",
- "SPVM::ExchangeAPI::Class": "Class Object",
- "SPVM::ExchangeAPI::Error": "Error Code",
- "SPVM::Float": "A float value as An Object",
- "SPVM::FloatList": "Dynamic float Arrays",
- "SPVM::Fn": "SPVM Starndard Functions",
- "SPVM::Fn::Resource": "For Only Resource Tests",
- "SPVM::Format": "Format Utilities",
- "SPVM::Global": "SPVM Global Instance",
- "SPVM::Hash": "Hash (Associative Array)",
- "SPVM::Hash::Entry": "Hash entry",
- "SPVM::Immutable::ByteList": "Immutable byte Array",
- "SPVM::Immutable::DoubleList": "Immutable double Array",
- "SPVM::Immutable::FloatList": "Immutable float Array",
- "SPVM::Immutable::IntList": "Immutable int Array",
- "SPVM::Immutable::LongList": "Immutable long Array",
- "SPVM::Immutable::ShortList": "Immutable short Array",
- "SPVM::Immutable::StringList": "Immutable string array",
- "SPVM::Int": "An int value as An Object",
- "SPVM::IntList": "Dynamic int Arrays",
- "SPVM::List": "Dynamic Object Array",
- "SPVM::Long": "A long value as An Object",
- "SPVM::LongList": "Dynamic long Arrays",
- "SPVM::Native": "Getting the current native environment, stack, runtime, compiler.",
- "SPVM::Native::API": "Native APIs",
- "SPVM::Native::Arg": "Information of Arguments",
- "SPVM::Native::BasicType": "Information of Basic Types",
- "SPVM::Native::ClassFile": "Information of Class Files",
- "SPVM::Native::ClassVar": "Information of Class Variables",
- "SPVM::Native::Compiler": "Native::Compiler",
- "SPVM::Native::Constant": "Constant Values in Native APIs",
- "SPVM::Native::Env": "Runtime Environment",
- "SPVM::Native::Field": "Information of Fields",
- "SPVM::Native::Method": "Information of Methods",
- "SPVM::Native::MethodCall": "Method Call",
- "SPVM::Native::Runtime": "Native::Runtime",
- "SPVM::Native::Stack": "Call Native::Stack",
- "SPVM::Packer": "Pack and Unpack Operations",
- "SPVM::Packer::Specifier": "A Specifier for a pack/unpack Template.",
- "SPVM::Point": "Point",
- "SPVM::Point3D": "Point 3D",
- "SPVM::SPVM": "SPVM information",
- "SPVM::Scope::Guard": "Executing Callback at End of Scope",
- "SPVM::Short": "A short Value as An Object",
- "SPVM::ShortList": "Dynamic short Arrays",
- "SPVM::Sort": "Sorting Functions",
- "SPVM::StringBuffer": "String Buffers",
- "SPVM::StringList": "Dynamic string array",
- "SPVM::Stringable": "A Interface Type to Stringify a Object",
- "SPVM::Stringer": "Interface Type for Stringing Callback",
- "SPVM::Sync::Mutex": "Mutex",
- "spvm": "Executing SPVM programs",
- "spvmcc": "Generating Excutable File",
- "spvmdeps": "Class Dependencies Analyzer",
- "spvmdist": "Generating SPVM Distribution"
},- "author": "KIMOTO",
- "buildfile_executable": 0,
- "dir_lib": "lib",
- "dir_t": "t",
+
"dirs_array": [ … - ".github/workflows",
- ".github",
- "benchmark/lib/SPVM",
- "benchmark/lib",
- "benchmark",
- "examples/doc/tutorial/basic/lib/SPVM",
- "examples/doc/tutorial/basic/lib",
- "examples/doc/tutorial/basic",
- "examples/doc/tutorial/precompile/lib/SPVM",
- "examples/doc/tutorial/precompile/lib",
- "examples/doc/tutorial/precompile",
- "examples/doc/tutorial",
- "examples/doc",
- "examples/native/bind_clib/lib/SPVM/BindCLib.native/include",
- "examples/native/bind_clib/lib/SPVM/BindCLib.native/src",
- "examples/native/bind_clib/lib/SPVM/BindCLib.native",
- "examples/native/bind_clib/lib/SPVM",
- "examples/native/bind_clib/lib",
- "examples/native/bind_clib",
- "examples/native/cuda_add/lib/SPVM/MyAdd.native/include",
- "examples/native/cuda_add/lib/SPVM/MyAdd.native/src",
- "examples/native/cuda_add/lib/SPVM/MyAdd.native",
- "examples/native/cuda_add/lib/SPVM",
- "examples/native/cuda_add/lib",
- "examples/native/cuda_add",
- "examples/native/eigen",
- "examples/native/gsl/lib/SPVM",
- "examples/native/gsl/lib",
- "examples/native/gsl",
- "examples/native/opencv/resize/lib/SPVM",
- "examples/native/opencv/resize/lib",
- "examples/native/opencv/resize",
- "examples/native/opencv",
- "examples/native/openmp/lib/SPVM",
- "examples/native/openmp/lib",
- "examples/native/openmp",
- "examples/native/zlib/lib/SPVM",
- "examples/native/zlib/lib",
- "examples/native/zlib",
- "examples/native",
- "examples/spvmcc/basic/SPVM",
- "examples/spvmcc/basic",
- "examples/spvmcc",
- "examples",
- "lib/SPVM/BlessedObject",
- "lib/SPVM/Builder/Config",
- "lib/SPVM/Builder/Native",
- "lib/SPVM/Builder/Util",
- "lib/SPVM/Builder/include",
- "lib/SPVM/Builder/src",
- "lib/SPVM/Builder",
- "lib/SPVM/Callback",
- "lib/SPVM/Comparator",
- "lib/SPVM/Document/Language",
- "lib/SPVM/Document/NativeAPI",
- "lib/SPVM/Document",
- "lib/SPVM/EqualityChecker",
- "lib/SPVM/Error/Unicode",
- "lib/SPVM/Error",
- "lib/SPVM/ExchangeAPI",
- "lib/SPVM/Fn/Resource.native/include",
- "lib/SPVM/Fn/Resource.native/src",
- "lib/SPVM/Fn/Resource.native",
- "lib/SPVM/Fn",
- "lib/SPVM/Fn.native/include",
- "lib/SPVM/Fn.native/src",
- "lib/SPVM/Fn.native",
- "lib/SPVM/Hash",
- "lib/SPVM/Immutable",
- "lib/SPVM/Native/MethodCall/Error",
- "lib/SPVM/Native/MethodCall",
- "lib/SPVM/Native",
- "lib/SPVM/Packer",
- "lib/SPVM/Scope",
- "lib/SPVM/Sync",
- "lib/SPVM",
- "lib",
- "logo",
- "script",
- "solo/lib/SPVM/TestCase/Comparator",
- "solo/lib/SPVM/TestCase/Data",
- "solo/lib/SPVM/TestCase/Minimal",
- "solo/lib/SPVM/TestCase",
- "solo/lib/SPVM",
- "solo/lib",
- "solo/script",
- "solo",
- "t/00_builder/lib/SPVM/MyClass",
- "t/00_builder/lib/SPVM",
- "t/00_builder/lib",
- "t/00_builder",
- "t/01_syntax/issues",
- "t/01_syntax/lib/SPVM/CompileError/Assign",
- "t/01_syntax/lib/SPVM/CompileError/BitNot",
- "t/01_syntax/lib/SPVM/CompileError/Bool",
- "t/01_syntax/lib/SPVM/CompileError/CallMethod",
- "t/01_syntax/lib/SPVM/CompileError/Class",
- "t/01_syntax/lib/SPVM/CompileError/ClassVar/PackageVar",
- "t/01_syntax/lib/SPVM/CompileError/ClassVar",
- "t/01_syntax/lib/SPVM/CompileError/Convert",
- "t/01_syntax/lib/SPVM/CompileError/Divide",
- "t/01_syntax/lib/SPVM/CompileError/Enum",
- "t/01_syntax/lib/SPVM/CompileError/Field",
- "t/01_syntax/lib/SPVM/CompileError/Interface",
- "t/01_syntax/lib/SPVM/CompileError/Isa",
- "t/01_syntax/lib/SPVM/CompileError/Literal/Character",
- "t/01_syntax/lib/SPVM/CompileError/Literal/Integer",
- "t/01_syntax/lib/SPVM/CompileError/Literal",
- "t/01_syntax/lib/SPVM/CompileError/LocalVar",
- "t/01_syntax/lib/SPVM/CompileError/Method",
- "t/01_syntax/lib/SPVM/CompileError/Modulo",
- "t/01_syntax/lib/SPVM/CompileError/MultiNumeric",
- "t/01_syntax/lib/SPVM/CompileError/Multiply",
- "t/01_syntax/lib/SPVM/CompileError/New",
- "t/01_syntax/lib/SPVM/CompileError/OArray",
- "t/01_syntax/lib/SPVM/CompileError/String",
- "t/01_syntax/lib/SPVM/CompileError/Sub",
- "t/01_syntax/lib/SPVM/CompileError/Syntax",
- "t/01_syntax/lib/SPVM/CompileError/Type",
- "t/01_syntax/lib/SPVM/CompileError/TypeComment",
- "t/01_syntax/lib/SPVM/CompileError/UnaryMinus",
- "t/01_syntax/lib/SPVM/CompileError/UnaryPlus",
- "t/01_syntax/lib/SPVM/CompileError/Use",
- "t/01_syntax/lib/SPVM/CompileError/Weaken",
- "t/01_syntax/lib/SPVM/CompileError",
- "t/01_syntax/lib/SPVM",
- "t/01_syntax/lib",
- "t/01_syntax",
- "t/02_vm/00_minimal",
- "t/02_vm/01_toke",
- "t/02_vm/02_parser",
- "t/02_vm/03_definition",
- "t/02_vm/04_statement",
- "t/02_vm/05_op",
- "t/02_vm/06_native_api",
- "t/02_vm/07_exchange_api",
- "t/02_vm/08_module/Error",
- "t/02_vm/08_module/Immutable",
- "t/02_vm/08_module/Native",
- "t/02_vm/08_module/Sync",
- "t/02_vm/08_module",
- "t/02_vm/09_stdio",
- "t/02_vm/10_thread_safe",
- "t/02_vm/99_extra",
- "t/02_vm/lib/SPVM/TestCase/Allow",
- "t/02_vm/lib/SPVM/TestCase/Comment",
- "t/02_vm/lib/SPVM/TestCase/Definition/InitStatement",
- "t/02_vm/lib/SPVM/TestCase/Definition",
- "t/02_vm/lib/SPVM/TestCase/Destroy/Data",
- "t/02_vm/lib/SPVM/TestCase/Destroy",
- "t/02_vm/lib/SPVM/TestCase/Enum",
- "t/02_vm/lib/SPVM/TestCase/Interface",
- "t/02_vm/lib/SPVM/TestCase/Issues/Issue507",
- "t/02_vm/lib/SPVM/TestCase/Issues/Issue515/Regex",
- "t/02_vm/lib/SPVM/TestCase/Issues/Issue515",
- "t/02_vm/lib/SPVM/TestCase/Issues",
- "t/02_vm/lib/SPVM/TestCase/Literal",
- "t/02_vm/lib/SPVM/TestCase/Module/Immutable",
- "t/02_vm/lib/SPVM/TestCase/Module/Native",
- "t/02_vm/lib/SPVM/TestCase/Module/Scope",
- "t/02_vm/lib/SPVM/TestCase/Module/Sync",
- "t/02_vm/lib/SPVM/TestCase/Module",
- "t/02_vm/lib/SPVM/TestCase/ModuleContainsMultiClass",
- "t/02_vm/lib/SPVM/TestCase/NativeAPICpp.native/include",
- "t/02_vm/lib/SPVM/TestCase/NativeAPICpp.native/src",
- "t/02_vm/lib/SPVM/TestCase/NativeAPICpp.native",
- "t/02_vm/lib/SPVM/TestCase/NativeAPISrc.native/include/baz",
- "t/02_vm/lib/SPVM/TestCase/NativeAPISrc.native/include",
- "t/02_vm/lib/SPVM/TestCase/NativeAPISrc.native/src/baz",
- "t/02_vm/lib/SPVM/TestCase/NativeAPISrc.native/src",
- "t/02_vm/lib/SPVM/TestCase/NativeAPISrc.native",
- "t/02_vm/lib/SPVM/TestCase/Operator/AnonMethod",
- "t/02_vm/lib/SPVM/TestCase/Operator/Data",
- "t/02_vm/lib/SPVM/TestCase/Operator/New",
- "t/02_vm/lib/SPVM/TestCase/Operator",
- "t/02_vm/lib/SPVM/TestCase/Resource/Mylib1.native/include",
- "t/02_vm/lib/SPVM/TestCase/Resource/Mylib1.native/src",
- "t/02_vm/lib/SPVM/TestCase/Resource/Mylib1.native",
- "t/02_vm/lib/SPVM/TestCase/Resource/Mylib2.native/include",
- "t/02_vm/lib/SPVM/TestCase/Resource/Mylib2.native/src",
- "t/02_vm/lib/SPVM/TestCase/Resource/Mylib2.native",
- "t/02_vm/lib/SPVM/TestCase/Resource",
- "t/02_vm/lib/SPVM/TestCase/Statement",
- "t/02_vm/lib/SPVM/TestCase/UseResource",
- "t/02_vm/lib/SPVM/TestCase/Util/Thread",
- "t/02_vm/lib/SPVM/TestCase/Util",
- "t/02_vm/lib/SPVM/TestCase",
- "t/02_vm/lib/SPVM",
- "t/02_vm/lib",
- "t/02_vm",
- "t/04_spvmcc/lib/SPVM/TestCase/NativeAPI2.native/include/baz",
- "t/04_spvmcc/lib/SPVM/TestCase/NativeAPI2.native/include",
- "t/04_spvmcc/lib/SPVM/TestCase/NativeAPI2.native/src/baz",
- "t/04_spvmcc/lib/SPVM/TestCase/NativeAPI2.native/src",
- "t/04_spvmcc/lib/SPVM/TestCase/NativeAPI2.native",
- "t/04_spvmcc/lib/SPVM/TestCase/Resource/Mylib1.native/include",
- "t/04_spvmcc/lib/SPVM/TestCase/Resource/Mylib1.native/src",
- "t/04_spvmcc/lib/SPVM/TestCase/Resource/Mylib1.native",
- "t/04_spvmcc/lib/SPVM/TestCase/Resource/Mylib2.native/include",
- "t/04_spvmcc/lib/SPVM/TestCase/Resource/Mylib2.native/src",
- "t/04_spvmcc/lib/SPVM/TestCase/Resource/Mylib2.native",
- "t/04_spvmcc/lib/SPVM/TestCase/Resource",
- "t/04_spvmcc/lib/SPVM/TestCase",
- "t/04_spvmcc/lib/SPVM",
- "t/04_spvmcc/lib",
- "t/04_spvmcc/script/myapp/foo",
- "t/04_spvmcc/script/myapp",
- "t/04_spvmcc/script/myapp_compile_error",
- "t/04_spvmcc/script",
- "t/04_spvmcc",
- "t/05_spvmdist",
- "t/test_add_class/SPVM",
- "t/test_add_class",
- "t/test_files/SPVM",
- "t/test_files/os_support",
- "t/test_files",
- "t/testlib",
- "t/utils",
- "t",
- "yacc"
],- "dist": "SPVM",
- "dynamic_config": 1,
+
"error": { … - "no_dot_dirs": ".github",
+
"test_prereq_matches_use": [ … ],- "use_strict": "SPVM::Address, SPVM::Array, SPVM::Bool, SPVM::Builder::Native::Stack, SPVM::Byte, SPVM::ByteList, SPVM::Callback, SPVM::Callback::Grep, SPVM::Callback::Map, SPVM::Callback::MapExpand, SPVM::Cloneable, SPVM::Cloner, SPVM::CommandInfo, SPVM::Comparable, SPVM::Comparator, SPVM::Comparator::Double, SPVM::Comparator::Float, SPVM::Comparator::Int, SPVM::Comparator::Long, SPVM::Comparator::String, SPVM::Complex_2d, SPVM::Complex_2f, SPVM::Document, SPVM::Document::EnvironmentVariables, SPVM::Document::Language, SPVM::Document::Language::Class, SPVM::Document::Language::ExceptionHandling, SPVM::Document::Language::GarbageCollection, SPVM::Document::Language::Operators, SPVM::Document::Language::Statements, SPVM::Document::Language::SyntaxParsing, SPVM::Document::Language::System, SPVM::Document::Language::Tokenization, SPVM::Document::Language::Types, SPVM::Document::Modules, SPVM::Document::NativeAPI, SPVM::Document::NativeAPI::Allocator, SPVM::Document::NativeAPI::Argument, SPVM::Document::NativeAPI::BasicType, SPVM::Document::NativeAPI::ClassFile, SPVM::Document::NativeAPI::ClassVariable, SPVM::Document::NativeAPI::Compiler, SPVM::Document::NativeAPI::Field, SPVM::Document::NativeAPI::Internal, SPVM::Document::NativeAPI::Method, SPVM::Document::NativeAPI::Mutex, SPVM::Document::NativeAPI::Runtime, SPVM::Document::NativeAPI::StringBuffer, SPVM::Document::NativeAPI::Type, SPVM::Document::NativeClass, SPVM::Document::Resource, SPVM::Double, SPVM::DoubleList, SPVM::EqualityCheckable, SPVM::EqualityChecker, SPVM::EqualityChecker::Address, SPVM::Error, SPVM::Error::Compile, SPVM::Error::FieldNotSpecified, SPVM::Error::NotSupported, SPVM::Error::System, SPVM::Error::Unicode::InvalidUTF8, SPVM::Float, SPVM::FloatList, SPVM::Fn, SPVM::Fn::Resource, SPVM::Format, SPVM::Hash, SPVM::Hash::Entry, SPVM::Immutable::ByteList, SPVM::Immutable::DoubleList, SPVM::Immutable::FloatList, SPVM::Immutable::IntList, SPVM::Immutable::LongList, SPVM::Immutable::ShortList, SPVM::Immutable::StringList, SPVM::Int, SPVM::IntList, SPVM::List, SPVM::Long, SPVM::LongList, SPVM::Native, SPVM::Native::API, SPVM::Native::Arg, SPVM::Native::BasicType, SPVM::Native::ClassFile, SPVM::Native::ClassVar, SPVM::Native::Compiler, SPVM::Native::Constant, SPVM::Native::Env, SPVM::Native::Field, SPVM::Native::Method, SPVM::Native::MethodCall, SPVM::Native::Runtime, SPVM::Native::Stack, SPVM::Packer, SPVM::Packer::Specifier, SPVM::Point, SPVM::Point3D, SPVM::SPVM, SPVM::Scope::Guard, SPVM::Short, SPVM::ShortList, SPVM::Sort, SPVM::StringBuffer, SPVM::StringList, SPVM::Stringable, SPVM::Stringer, SPVM::Sync::Mutex",
- "use_warnings": "SPVM::Address, SPVM::Array, SPVM::Bool, SPVM::Builder::Native::Stack, SPVM::Byte, SPVM::ByteList, SPVM::Callback, SPVM::Callback::Grep, SPVM::Callback::Map, SPVM::Callback::MapExpand, SPVM::Cloneable, SPVM::Cloner, SPVM::CommandInfo, SPVM::Comparable, SPVM::Comparator, SPVM::Comparator::Double, SPVM::Comparator::Float, SPVM::Comparator::Int, SPVM::Comparator::Long, SPVM::Comparator::String, SPVM::Complex_2d, SPVM::Complex_2f, SPVM::Document, SPVM::Document::EnvironmentVariables, SPVM::Document::Language, SPVM::Document::Language::Class, SPVM::Document::Language::ExceptionHandling, SPVM::Document::Language::GarbageCollection, SPVM::Document::Language::Operators, SPVM::Document::Language::Statements, SPVM::Document::Language::SyntaxParsing, SPVM::Document::Language::System, SPVM::Document::Language::Tokenization, SPVM::Document::Language::Types, SPVM::Document::Modules, SPVM::Document::NativeAPI, SPVM::Document::NativeAPI::Allocator, SPVM::Document::NativeAPI::Argument, SPVM::Document::NativeAPI::BasicType, SPVM::Document::NativeAPI::ClassFile, SPVM::Document::NativeAPI::ClassVariable, SPVM::Document::NativeAPI::Compiler, SPVM::Document::NativeAPI::Field, SPVM::Document::NativeAPI::Internal, SPVM::Document::NativeAPI::Method, SPVM::Document::NativeAPI::Mutex, SPVM::Document::NativeAPI::Runtime, SPVM::Document::NativeAPI::StringBuffer, SPVM::Document::NativeAPI::Type, SPVM::Document::NativeClass, SPVM::Document::Resource, SPVM::Double, SPVM::DoubleList, SPVM::EqualityCheckable, SPVM::EqualityChecker, SPVM::EqualityChecker::Address, SPVM::Error, SPVM::Error::Compile, SPVM::Error::FieldNotSpecified, SPVM::Error::NotSupported, SPVM::Error::System, SPVM::Error::Unicode::InvalidUTF8, SPVM::Float, SPVM::FloatList, SPVM::Fn, SPVM::Fn::Resource, SPVM::Format, SPVM::Hash, SPVM::Hash::Entry, SPVM::Immutable::ByteList, SPVM::Immutable::DoubleList, SPVM::Immutable::FloatList, SPVM::Immutable::IntList, SPVM::Immutable::LongList, SPVM::Immutable::ShortList, SPVM::Immutable::StringList, SPVM::Int, SPVM::IntList, SPVM::List, SPVM::Long, SPVM::LongList, SPVM::Native, SPVM::Native::API, SPVM::Native::Arg, SPVM::Native::BasicType, SPVM::Native::ClassFile, SPVM::Native::ClassVar, SPVM::Native::Compiler, SPVM::Native::Constant, SPVM::Native::Env, SPVM::Native::Field, SPVM::Native::Method, SPVM::Native::MethodCall, SPVM::Native::Runtime, SPVM::Native::Stack, SPVM::Packer, SPVM::Packer::Specifier, SPVM::Point, SPVM::Point3D, SPVM::SPVM, SPVM::Scope::Guard, SPVM::Short, SPVM::ShortList, SPVM::Sort, SPVM::StringBuffer, SPVM::StringList, SPVM::Stringable, SPVM::Stringer, SPVM::Sync::Mutex"
},- "extension": "tar.gz",
- "external_license_file": "LICENSE",
- "extractable": 1,
- "extracts_nicely": 1,
- "file__build": 0,
- "file_blib": 0,
- "file_build": 0,
- "file_changelog": "Changes",
- "file_license": "LICENSE",
- "file_makefile": 0,
- "file_makefile_pl": "Makefile.PL",
- "file_manifest": "MANIFEST",
- "file_manifest_skip": "MANIFEST.SKIP",
- "file_meta_json": "META.json",
- "file_meta_yml": "META.yml",
- "file_pm_to_blib": 0,
- "file_readme": "README.md",
+
"files_array": [ … - ".gitattributes",
- ".gitignore",
- "Changes",
- "DEVELOPMENT.txt",
- "LICENSE",
- "MANIFEST",
- "MANIFEST.SKIP",
- "META.json",
- "META.yml",
- "Makefile.PL",
- "README.md",
- "SPVM.xs",
- "benchmark/benchmark-synopsys.pl",
- "benchmark/lib/SPVM/MyMath.spvm",
- "benchmark/lib/SPVM/MyMathNative.c",
- "benchmark/lib/SPVM/MyMathNative.config",
- "benchmark/lib/SPVM/MyMathNative.spvm",
- "benchmark/lib/SPVM/MyMathPrecompile.spvm",
- "examples/doc/tutorial/basic/lib/SPVM/MyMath.spvm",
- "examples/doc/tutorial/basic/sum.pl",
- "examples/doc/tutorial/precompile/lib/SPVM/MyMath.spvm",
- "examples/doc/tutorial/precompile/sum_precompile.pl",
- "examples/native/bind_clib/bind_clib.pl",
- "examples/native/bind_clib/lib/SPVM/BindCLib.c",
- "examples/native/bind_clib/lib/SPVM/BindCLib.config",
- "examples/native/bind_clib/lib/SPVM/BindCLib.native/include/bind_clib.h",
- "examples/native/bind_clib/lib/SPVM/BindCLib.native/src/bind_clib.c",
- "examples/native/bind_clib/lib/SPVM/BindCLib.spvm",
- "examples/native/cuda_add/cuda_add.pl",
- "examples/native/cuda_add/lib/SPVM/MyAdd.config",
- "examples/native/cuda_add/lib/SPVM/MyAdd.cu",
- "examples/native/cuda_add/lib/SPVM/MyAdd.native/include/cuda_array_culc.h",
- "examples/native/cuda_add/lib/SPVM/MyAdd.native/src/cuda_array_culc.cu",
- "examples/native/cuda_add/lib/SPVM/MyAdd.spvm",
- "examples/native/eigen/README",
- "examples/native/gsl/lib/SPVM/MyGSL.c",
- "examples/native/gsl/lib/SPVM/MyGSL.config",
- "examples/native/gsl/lib/SPVM/MyGSL.spvm",
- "examples/native/gsl/mygsl.pl",
- "examples/native/opencv/resize/lib/SPVM/MyOpenCVResize.config",
- "examples/native/opencv/resize/lib/SPVM/MyOpenCVResize.cpp",
- "examples/native/opencv/resize/lib/SPVM/MyOpenCVResize.spvm",
- "examples/native/opencv/resize/linux-pengin-output.png",
- "examples/native/opencv/resize/linux-pengin.png",
- "examples/native/opencv/resize/opencv_resize.pl",
- "examples/native/openmp/lib/SPVM/MyOpenMP.c",
- "examples/native/openmp/lib/SPVM/MyOpenMP.config",
- "examples/native/openmp/lib/SPVM/MyOpenMP.spvm",
- "examples/native/openmp/openmp.pl",
- "examples/native/zlib/lib/SPVM/MyZlib.c",
- "examples/native/zlib/lib/SPVM/MyZlib.config",
- "examples/native/zlib/lib/SPVM/MyZlib.spvm",
- "examples/native/zlib/zlib.pl",
- "examples/spvmcc/basic/README.txt",
- "examples/spvmcc/basic/SPVM/MyApp.spvm",
- "examples/spvmcc/basic/myapp",
- "lib/SPVM/Address.pm",
- "lib/SPVM/Array.c",
- "lib/SPVM/Array.config",
- "lib/SPVM/Array.pm",
- "lib/SPVM/Array.spvm",
- "lib/SPVM/BlessedObject/Array.pm",
- "lib/SPVM/BlessedObject/Class.pm",
- "lib/SPVM/BlessedObject/String.pm",
- "lib/SPVM/BlessedObject.pm",
- "lib/SPVM/Bool.pm",
- "lib/SPVM/Builder/API.pm",
- "lib/SPVM/Builder/CC.pm",
- "lib/SPVM/Builder/CompileInfo.pm",
- "lib/SPVM/Builder/Config/Exe.pm",
- "lib/SPVM/Builder/Config.pm",
- "lib/SPVM/Builder/ConfigBuilder.pm",
- "lib/SPVM/Builder/DependencyAnalyzer.pm",
- "lib/SPVM/Builder/Exe.pm",
- "lib/SPVM/Builder/LibInfo.pm",
- "lib/SPVM/Builder/LinkInfo.pm",
- "lib/SPVM/Builder/Native/BasicType.pm",
- "lib/SPVM/Builder/Native/ClassFile.pm",
- "lib/SPVM/Builder/Native/Compiler.pm",
- "lib/SPVM/Builder/Native/Env.pm",
- "lib/SPVM/Builder/Native/Method.pm",
- "lib/SPVM/Builder/Native/Runtime.pm",
- "lib/SPVM/Builder/Native/Stack.pm",
- "lib/SPVM/Builder/ObjectFileInfo.pm",
- "lib/SPVM/Builder/Resource.pm",
- "lib/SPVM/Builder/ScriptInfo.pm",
- "lib/SPVM/Builder/Util/API.pm",
- "lib/SPVM/Builder/Util.pm",
- "lib/SPVM/Builder/include/spvm_allocator.h",
- "lib/SPVM/Builder/include/spvm_allow.h",
- "lib/SPVM/Builder/include/spvm_api.h",
- "lib/SPVM/Builder/include/spvm_api_allocator.h",
- "lib/SPVM/Builder/include/spvm_api_arg.h",
- "lib/SPVM/Builder/include/spvm_api_basic_type.h",
- "lib/SPVM/Builder/include/spvm_api_class_file.h",
- "lib/SPVM/Builder/include/spvm_api_class_var.h",
- "lib/SPVM/Builder/include/spvm_api_compiler.h",
- "lib/SPVM/Builder/include/spvm_api_field.h",
- "lib/SPVM/Builder/include/spvm_api_internal.h",
- "lib/SPVM/Builder/include/spvm_api_method.h",
- "lib/SPVM/Builder/include/spvm_api_mutex.h",
- "lib/SPVM/Builder/include/spvm_api_runtime.h",
- "lib/SPVM/Builder/include/spvm_api_string_buffer.h",
- "lib/SPVM/Builder/include/spvm_api_type.h",
- "lib/SPVM/Builder/include/spvm_array_field_access.h",
- "lib/SPVM/Builder/include/spvm_attribute.h",
- "lib/SPVM/Builder/include/spvm_basic_type.h",
- "lib/SPVM/Builder/include/spvm_block.h",
- "lib/SPVM/Builder/include/spvm_call_method.h",
- "lib/SPVM/Builder/include/spvm_case_info.h",
- "lib/SPVM/Builder/include/spvm_check.h",
- "lib/SPVM/Builder/include/spvm_class_file.h",
- "lib/SPVM/Builder/include/spvm_class_var.h",
- "lib/SPVM/Builder/include/spvm_class_var_access.h",
- "lib/SPVM/Builder/include/spvm_compiler.h",
- "lib/SPVM/Builder/include/spvm_constant.h",
- "lib/SPVM/Builder/include/spvm_dumper.h",
- "lib/SPVM/Builder/include/spvm_field.h",
- "lib/SPVM/Builder/include/spvm_field_access.h",
- "lib/SPVM/Builder/include/spvm_hash.h",
- "lib/SPVM/Builder/include/spvm_implement.h",
- "lib/SPVM/Builder/include/spvm_interface.h",
- "lib/SPVM/Builder/include/spvm_list.h",
- "lib/SPVM/Builder/include/spvm_method.h",
- "lib/SPVM/Builder/include/spvm_module_file.h",
- "lib/SPVM/Builder/include/spvm_mutex.h",
- "lib/SPVM/Builder/include/spvm_native.h",
- "lib/SPVM/Builder/include/spvm_object.h",
- "lib/SPVM/Builder/include/spvm_op.h",
- "lib/SPVM/Builder/include/spvm_opcode.h",
- "lib/SPVM/Builder/include/spvm_opcode_builder.h",
- "lib/SPVM/Builder/include/spvm_opcode_list.h",
- "lib/SPVM/Builder/include/spvm_precompile.h",
- "lib/SPVM/Builder/include/spvm_public_api.h",
- "lib/SPVM/Builder/include/spvm_runtime.h",
- "lib/SPVM/Builder/include/spvm_runtime_arg.h",
- "lib/SPVM/Builder/include/spvm_runtime_basic_type.h",
- "lib/SPVM/Builder/include/spvm_runtime_class_var.h",
- "lib/SPVM/Builder/include/spvm_runtime_field.h",
- "lib/SPVM/Builder/include/spvm_runtime_method.h",
- "lib/SPVM/Builder/include/spvm_runtime_string.h",
- "lib/SPVM/Builder/include/spvm_strerror.h",
- "lib/SPVM/Builder/include/spvm_string.h",
- "lib/SPVM/Builder/include/spvm_string_buffer.h",
- "lib/SPVM/Builder/include/spvm_switch_info.h",
- "lib/SPVM/Builder/include/spvm_toke.h",
- "lib/SPVM/Builder/include/spvm_type.h",
- "lib/SPVM/Builder/include/spvm_typedecl.h",
- "lib/SPVM/Builder/include/spvm_use.h",
- "lib/SPVM/Builder/include/spvm_utf8.h",
- "lib/SPVM/Builder/include/spvm_var.h",
- "lib/SPVM/Builder/include/spvm_var_decl.h",
- "lib/SPVM/Builder/include/spvm_version.h",
- "lib/SPVM/Builder/include/spvm_version_from.h",
- "lib/SPVM/Builder/include/spvm_vm.h",
- "lib/SPVM/Builder/include/spvm_weaken_backref.h",
- "lib/SPVM/Builder/include/spvm_yacc.h",
- "lib/SPVM/Builder/include/spvm_yacc_util.h",
- "lib/SPVM/Builder/src/spvm_allocator.c",
- "lib/SPVM/Builder/src/spvm_allow.c",
- "lib/SPVM/Builder/src/spvm_api.c",
- "lib/SPVM/Builder/src/spvm_api_allocator.c",
- "lib/SPVM/Builder/src/spvm_api_arg.c",
- "lib/SPVM/Builder/src/spvm_api_basic_type.c",
- "lib/SPVM/Builder/src/spvm_api_class_file.c",
- "lib/SPVM/Builder/src/spvm_api_class_var.c",
- "lib/SPVM/Builder/src/spvm_api_compiler.c",
- "lib/SPVM/Builder/src/spvm_api_field.c",
- "lib/SPVM/Builder/src/spvm_api_internal.c",
- "lib/SPVM/Builder/src/spvm_api_method.c",
- "lib/SPVM/Builder/src/spvm_api_mutex.c",
- "lib/SPVM/Builder/src/spvm_api_runtime.c",
- "lib/SPVM/Builder/src/spvm_api_string_buffer.c",
- "lib/SPVM/Builder/src/spvm_api_type.c",
- "lib/SPVM/Builder/src/spvm_array_field_access.c",
- "lib/SPVM/Builder/src/spvm_attribute.c",
- "lib/SPVM/Builder/src/spvm_basic_type.c",
- "lib/SPVM/Builder/src/spvm_block.c",
- "lib/SPVM/Builder/src/spvm_call_method.c",
- "lib/SPVM/Builder/src/spvm_case_info.c",
- "lib/SPVM/Builder/src/spvm_check.c",
- "lib/SPVM/Builder/src/spvm_class_file.c",
- "lib/SPVM/Builder/src/spvm_class_var.c",
- "lib/SPVM/Builder/src/spvm_class_var_access.c",
- "lib/SPVM/Builder/src/spvm_compiler.c",
- "lib/SPVM/Builder/src/spvm_constant.c",
- "lib/SPVM/Builder/src/spvm_dumper.c",
- "lib/SPVM/Builder/src/spvm_field.c",
- "lib/SPVM/Builder/src/spvm_field_access.c",
- "lib/SPVM/Builder/src/spvm_hash.c",
- "lib/SPVM/Builder/src/spvm_interface.c",
- "lib/SPVM/Builder/src/spvm_list.c",
- "lib/SPVM/Builder/src/spvm_method.c",
- "lib/SPVM/Builder/src/spvm_mutex.c",
- "lib/SPVM/Builder/src/spvm_op.c",
- "lib/SPVM/Builder/src/spvm_opcode.c",
- "lib/SPVM/Builder/src/spvm_opcode_builder.c",
- "lib/SPVM/Builder/src/spvm_opcode_list.c",
- "lib/SPVM/Builder/src/spvm_precompile.c",
- "lib/SPVM/Builder/src/spvm_runtime.c",
- "lib/SPVM/Builder/src/spvm_strerror.c",
- "lib/SPVM/Builder/src/spvm_string.c",
- "lib/SPVM/Builder/src/spvm_string_buffer.c",
- "lib/SPVM/Builder/src/spvm_switch_info.c",
- "lib/SPVM/Builder/src/spvm_toke.c",
- "lib/SPVM/Builder/src/spvm_type.c",
- "lib/SPVM/Builder/src/spvm_use.c",
- "lib/SPVM/Builder/src/spvm_utf8.c",
- "lib/SPVM/Builder/src/spvm_var.c",
- "lib/SPVM/Builder/src/spvm_var_decl.c",
- "lib/SPVM/Builder/src/spvm_version_from.c",
- "lib/SPVM/Builder/src/spvm_vm.c",
- "lib/SPVM/Builder/src/spvm_yacc.c",
- "lib/SPVM/Builder/src/spvm_yacc_util.c",
- "lib/SPVM/Builder.pm",
- "lib/SPVM/Byte.pm",
- "lib/SPVM/ByteList.pm",
- "lib/SPVM/ByteList.spvm",
- "lib/SPVM/Callback/Grep.pm",
- "lib/SPVM/Callback/Grep.spvm",
- "lib/SPVM/Callback/Map.pm",
- "lib/SPVM/Callback/Map.spvm",
- "lib/SPVM/Callback/MapExpand.pm",
- "lib/SPVM/Callback/MapExpand.spvm",
- "lib/SPVM/Callback.pm",
- "lib/SPVM/Callback.spvm",
- "lib/SPVM/Cloneable.pm",
- "lib/SPVM/Cloneable.spvm",
- "lib/SPVM/Cloner.pm",
- "lib/SPVM/Cloner.spvm",
- "lib/SPVM/CommandInfo.pm",
- "lib/SPVM/Comparable.pm",
- "lib/SPVM/Comparable.spvm",
- "lib/SPVM/Comparator/Double.pm",
- "lib/SPVM/Comparator/Double.spvm",
- "lib/SPVM/Comparator/Float.pm",
- "lib/SPVM/Comparator/Float.spvm",
- "lib/SPVM/Comparator/Int.pm",
- "lib/SPVM/Comparator/Int.spvm",
- "lib/SPVM/Comparator/Long.pm",
- "lib/SPVM/Comparator/Long.spvm",
- "lib/SPVM/Comparator/String.pm",
- "lib/SPVM/Comparator/String.spvm",
- "lib/SPVM/Comparator.pm",
- "lib/SPVM/Comparator.spvm",
- "lib/SPVM/Complex_2d.pm",
- "lib/SPVM/Complex_2d.spvm",
- "lib/SPVM/Complex_2f.pm",
- "lib/SPVM/Complex_2f.spvm",
- "lib/SPVM/Dist.pm",
- "lib/SPVM/Document/EnvironmentVariables.pm",
- "lib/SPVM/Document/Language/Class.pm",
- "lib/SPVM/Document/Language/ExceptionHandling.pm",
- "lib/SPVM/Document/Language/GarbageCollection.pm",
- "lib/SPVM/Document/Language/Operators.pm",
- "lib/SPVM/Document/Language/Statements.pm",
- "lib/SPVM/Document/Language/SyntaxParsing.pm",
- "lib/SPVM/Document/Language/System.pm",
- "lib/SPVM/Document/Language/Tokenization.pm",
- "lib/SPVM/Document/Language/Types.pm",
- "lib/SPVM/Document/Language.pm",
- "lib/SPVM/Document/Modules.pm",
- "lib/SPVM/Document/NativeAPI/Allocator.pm",
- "lib/SPVM/Document/NativeAPI/Argument.pm",
- "lib/SPVM/Document/NativeAPI/BasicType.pm",
- "lib/SPVM/Document/NativeAPI/ClassFile.pm",
- "lib/SPVM/Document/NativeAPI/ClassVariable.pm",
- "lib/SPVM/Document/NativeAPI/Compiler.pm",
- "lib/SPVM/Document/NativeAPI/Field.pm",
- "lib/SPVM/Document/NativeAPI/Internal.pm",
- "lib/SPVM/Document/NativeAPI/Method.pm",
- "lib/SPVM/Document/NativeAPI/Mutex.pm",
- "lib/SPVM/Document/NativeAPI/Runtime.pm",
- "lib/SPVM/Document/NativeAPI/StringBuffer.pm",
- "lib/SPVM/Document/NativeAPI/Type.pm",
- "lib/SPVM/Document/NativeAPI.pm",
- "lib/SPVM/Document/NativeClass.pm",
- "lib/SPVM/Document/Resource.pm",
- "lib/SPVM/Document.pm",
- "lib/SPVM/Double.pm",
- "lib/SPVM/DoubleList.pm",
- "lib/SPVM/DoubleList.spvm",
- "lib/SPVM/EqualityCheckable.pm",
- "lib/SPVM/EqualityCheckable.spvm",
- "lib/SPVM/EqualityChecker/Address.pm",
- "lib/SPVM/EqualityChecker/Address.spvm",
- "lib/SPVM/EqualityChecker.pm",
- "lib/SPVM/EqualityChecker.spvm",
- "lib/SPVM/Error/Compile.pm",
- "lib/SPVM/Error/FieldNotSpecified.pm",
- "lib/SPVM/Error/FieldNotSpecified.spvm",
- "lib/SPVM/Error/NotSupported.pm",
- "lib/SPVM/Error/System.pm",
- "lib/SPVM/Error/Unicode/InvalidUTF8.pm",
- "lib/SPVM/Error/Unicode/InvalidUTF8.spvm",
- "lib/SPVM/Error.pm",
- "lib/SPVM/ExchangeAPI/Class.pm",
- "lib/SPVM/ExchangeAPI/Error.pm",
- "lib/SPVM/ExchangeAPI.pm",
- "lib/SPVM/Float.pm",
- "lib/SPVM/FloatList.pm",
- "lib/SPVM/FloatList.spvm",
- "lib/SPVM/Fn/Resource.config",
- "lib/SPVM/Fn/Resource.native/include/.gitkeep",
- "lib/SPVM/Fn/Resource.native/include/SPVM__Fn__Resource.h",
- "lib/SPVM/Fn/Resource.native/src/.gitkeep",
- "lib/SPVM/Fn/Resource.native/src/SPVM__Fn__Resource.c",
- "lib/SPVM/Fn/Resource.pm",
- "lib/SPVM/Fn/Resource.spvm",
- "lib/SPVM/Fn.c",
- "lib/SPVM/Fn.config",
- "lib/SPVM/Fn.native/include/SPVM__Fn.h",
- "lib/SPVM/Fn.native/src/SPVM__Fn.c",
- "lib/SPVM/Fn.pm",
- "lib/SPVM/Fn.spvm",
- "lib/SPVM/Format.c",
- "lib/SPVM/Format.config",
- "lib/SPVM/Format.pm",
- "lib/SPVM/Format.spvm",
- "lib/SPVM/Global.pm",
- "lib/SPVM/Hash/Entry.pm",
- "lib/SPVM/Hash/Entry.spvm",
- "lib/SPVM/Hash.c",
- "lib/SPVM/Hash.config",
- "lib/SPVM/Hash.pm",
- "lib/SPVM/Hash.spvm",
- "lib/SPVM/Immutable/ByteList.pm",
- "lib/SPVM/Immutable/ByteList.spvm",
- "lib/SPVM/Immutable/DoubleList.pm",
- "lib/SPVM/Immutable/DoubleList.spvm",
- "lib/SPVM/Immutable/FloatList.pm",
- "lib/SPVM/Immutable/FloatList.spvm",
- "lib/SPVM/Immutable/IntList.pm",
- "lib/SPVM/Immutable/IntList.spvm",
- "lib/SPVM/Immutable/LongList.pm",
- "lib/SPVM/Immutable/LongList.spvm",
- "lib/SPVM/Immutable/ShortList.pm",
- "lib/SPVM/Immutable/ShortList.spvm",
- "lib/SPVM/Immutable/StringList.pm",
- "lib/SPVM/Immutable/StringList.spvm",
- "lib/SPVM/Int.pm",
- "lib/SPVM/IntList.pm",
- "lib/SPVM/IntList.spvm",
- "lib/SPVM/List.pm",
- "lib/SPVM/List.spvm",
- "lib/SPVM/Long.pm",
- "lib/SPVM/LongList.pm",
- "lib/SPVM/LongList.spvm",
- "lib/SPVM/Native/API.c",
- "lib/SPVM/Native/API.config",
- "lib/SPVM/Native/API.pm",
- "lib/SPVM/Native/API.spvm",
- "lib/SPVM/Native/Arg.c",
- "lib/SPVM/Native/Arg.config",
- "lib/SPVM/Native/Arg.pm",
- "lib/SPVM/Native/Arg.spvm",
- "lib/SPVM/Native/BasicType.c",
- "lib/SPVM/Native/BasicType.config",
- "lib/SPVM/Native/BasicType.pm",
- "lib/SPVM/Native/BasicType.spvm",
- "lib/SPVM/Native/ClassFile.c",
- "lib/SPVM/Native/ClassFile.config",
- "lib/SPVM/Native/ClassFile.pm",
- "lib/SPVM/Native/ClassFile.spvm",
- "lib/SPVM/Native/ClassVar.c",
- "lib/SPVM/Native/ClassVar.config",
- "lib/SPVM/Native/ClassVar.pm",
- "lib/SPVM/Native/ClassVar.spvm",
- "lib/SPVM/Native/Compiler.c",
- "lib/SPVM/Native/Compiler.config",
- "lib/SPVM/Native/Compiler.pm",
- "lib/SPVM/Native/Compiler.spvm",
- "lib/SPVM/Native/Constant.c",
- "lib/SPVM/Native/Constant.config",
- "lib/SPVM/Native/Constant.pm",
- "lib/SPVM/Native/Constant.spvm",
- "lib/SPVM/Native/Env.c",
- "lib/SPVM/Native/Env.config",
- "lib/SPVM/Native/Env.pm",
- "lib/SPVM/Native/Env.spvm",
- "lib/SPVM/Native/Field.c",
- "lib/SPVM/Native/Field.config",
- "lib/SPVM/Native/Field.pm",
- "lib/SPVM/Native/Field.spvm",
- "lib/SPVM/Native/Method.c",
- "lib/SPVM/Native/Method.config",
- "lib/SPVM/Native/Method.pm",
- "lib/SPVM/Native/Method.spvm",
- "lib/SPVM/Native/MethodCall/Error/ExceptionThrown.spvm",
- "lib/SPVM/Native/MethodCall.c",
- "lib/SPVM/Native/MethodCall.config",
- "lib/SPVM/Native/MethodCall.pm",
- "lib/SPVM/Native/MethodCall.spvm",
- "lib/SPVM/Native/Runtime.c",
- "lib/SPVM/Native/Runtime.config",
- "lib/SPVM/Native/Runtime.pm",
- "lib/SPVM/Native/Runtime.spvm",
- "lib/SPVM/Native/Stack.c",
- "lib/SPVM/Native/Stack.config",
- "lib/SPVM/Native/Stack.pm",
- "lib/SPVM/Native/Stack.spvm",
- "lib/SPVM/Native.c",
- "lib/SPVM/Native.config",
- "lib/SPVM/Native.pm",
- "lib/SPVM/Native.spvm",
- "lib/SPVM/Packer/Specifier.pm",
- "lib/SPVM/Packer/Specifier.spvm",
- "lib/SPVM/Packer.pm",
- "lib/SPVM/Packer.spvm",
- "lib/SPVM/Point.pm",
- "lib/SPVM/Point.spvm",
- "lib/SPVM/Point3D.pm",
- "lib/SPVM/Point3D.spvm",
- "lib/SPVM/SPVM.pm",
- "lib/SPVM/Scope/Guard.pm",
- "lib/SPVM/Scope/Guard.spvm",
- "lib/SPVM/Short.pm",
- "lib/SPVM/ShortList.pm",
- "lib/SPVM/ShortList.spvm",
- "lib/SPVM/Sort.pm",
- "lib/SPVM/Sort.spvm",
- "lib/SPVM/StringBuffer.pm",
- "lib/SPVM/StringBuffer.spvm",
- "lib/SPVM/StringList.pm",
- "lib/SPVM/StringList.spvm",
- "lib/SPVM/Stringable.pm",
- "lib/SPVM/Stringable.spvm",
- "lib/SPVM/Stringer.pm",
- "lib/SPVM/Stringer.spvm",
- "lib/SPVM/Sync/Mutex.c",
- "lib/SPVM/Sync/Mutex.config",
- "lib/SPVM/Sync/Mutex.pm",
- "lib/SPVM/Sync/Mutex.spvm",
- "lib/SPVM.pm",
- "logo/spvm_logo.jpg",
- "ppport.h",
- "script/spvm",
- "script/spvmcc",
- "script/spvmdeps",
- "script/spvmdist",
- "solo/lib/SPVM/TestCase/Callback1.spvm",
- "solo/lib/SPVM/TestCase/Callback2.spvm",
- "solo/lib/SPVM/TestCase/CommonInterface.spvm",
- "solo/lib/SPVM/TestCase/Comparator/Byte.spvm",
- "solo/lib/SPVM/TestCase/Comparator.spvm",
- "solo/lib/SPVM/TestCase/ComparatorAnon.spvm",
- "solo/lib/SPVM/TestCase/ComplexCalc.spvm",
- "solo/lib/SPVM/TestCase/Complex_2d.spvm",
- "solo/lib/SPVM/TestCase/Complex_2f.spvm",
- "solo/lib/SPVM/TestCase/Data/Weaken.spvm",
- "solo/lib/SPVM/TestCase/Destructor.spvm",
- "solo/lib/SPVM/TestCase/DumpTest1.spvm",
- "solo/lib/SPVM/TestCase/EnumA.spvm",
- "solo/lib/SPVM/TestCase/EnumB.spvm",
- "solo/lib/SPVM/TestCase/EnumC.spvm",
- "solo/lib/SPVM/TestCase/EnumD.spvm",
- "solo/lib/SPVM/TestCase/GenericList.spvm",
- "solo/lib/SPVM/TestCase/ImplementCallback1.spvm",
- "solo/lib/SPVM/TestCase/ImplementCallback2.spvm",
- "solo/lib/SPVM/TestCase/Inline.spvm",
- "solo/lib/SPVM/TestCase/List.spvm",
- "solo/lib/SPVM/TestCase/Minimal/XGetter.spvm",
- "solo/lib/SPVM/TestCase/Minimal.spvm",
- "solo/lib/SPVM/TestCase/MinimalExtend.spvm",
- "solo/lib/SPVM/TestCase/Point_3b.spvm",
- "solo/lib/SPVM/TestCase/Point_3d.spvm",
- "solo/lib/SPVM/TestCase/Point_3f.spvm",
- "solo/lib/SPVM/TestCase/Point_3i.spvm",
- "solo/lib/SPVM/TestCase/Point_3l.spvm",
- "solo/lib/SPVM/TestCase/Point_3s.spvm",
- "solo/lib/SPVM/TestCase/Pointer.spvm",
- "solo/lib/SPVM/TestCase/Simple.spvm",
- "solo/lib/SPVM/TestCase/Weaken.spvm",
- "solo/lib/SPVM/TestCase/Weaken2.spvm",
- "solo/lib/SPVM/TestCase.spvm",
- "solo/script/myapp.spvm",
- "yacc/bison.sh",
- "yacc/spvm_yacc.y"
],+
"files_hash": { … +
".gitattributes": { … - "mtime": 1734395350,
- "size": 19
},+
".github/workflows/linux-ubuntu-latest-32bit.yml": { … - "mtime": 1734395350,
- "size": 1620
},+
".github/workflows/linux-ubuntu-latest-perl-5.8.9.yml": { … - "mtime": 1736817696,
- "size": 1514
},+
".github/workflows/linux-ubuntu-latest.yml": { … - "mtime": 1734395350,
- "size": 1410
},+
".github/workflows/macos-latest.yml": { … - "mtime": 1734395350,
- "size": 1477
},+
".github/workflows/windows-2019.yml": { … - "mtime": 1734395350,
- "size": 1730
},+
".github/workflows/windows-latest.yml": { … - "mtime": 1734395350,
- "size": 1734
},+
".gitignore": { … - "mtime": 1737098739,
- "size": 180
},+
"Changes": { … - "mtime": 1743634779,
- "size": 709432
},+
"DEVELOPMENT.txt": { … - "mtime": 1737098739,
- "size": 6424
},+
"LICENSE": { … - "mtime": 1727334897,
- "size": 1068
},+
"MANIFEST": { … - "mtime": 1743635662,
- "size": 44139
},+
"MANIFEST.SKIP": { … - "mtime": 1737098739,
- "size": 234
},+
"META.json": { … - "mtime": 1743635662,
- "size": 1386
},+
"META.yml": { … - "mtime": 1743635662,
- "size": 744
},+
"Makefile.PL": { … - "mtime": 1736318200,
+
"requires": { … - "Config": "0",
- "ExtUtils::MakeMaker": "0",
- "File::Find": "0",
- "File::Temp": "0",
- "FindBin": "0",
- "Getopt::Long": "0",
- "SPVM::Builder::Config": "0",
- "SPVM::Builder::Util": "0",
- "SPVM::Builder::Util::API": "0",
- "lib": "0",
- "perl": "5.008_007",
- "strict": "0",
- "warnings": "0"
},- "size": 7797
},+
"README.md": { … - "mtime": 1734395350,
- "size": 4473
},+
"SPVM.xs": { … - "mtime": 1737503560,
- "size": 205174
},+
"benchmark/benchmark-synopsys.pl": { … - "mtime": 1727334897,
- "size": 1816
},+
"benchmark/lib/SPVM/MyMath.spvm": { … - "mtime": 1736118157,
- "size": 194
},+
"benchmark/lib/SPVM/MyMathNative.c": { … - "mtime": 1736118157,
- "size": 272
},+
"benchmark/lib/SPVM/MyMathNative.config": { … - "mtime": 1727334897,
- "size": 110
},+
"benchmark/lib/SPVM/MyMathNative.spvm": { … - "mtime": 1736118157,
- "size": 82
},+
"benchmark/lib/SPVM/MyMathPrecompile.spvm": { … - "mtime": 1736118157,
- "size": 217
},+
"examples/doc/tutorial/basic/lib/SPVM/MyMath.spvm": { … - "mtime": 1736118157,
- "size": 207
},+
"examples/doc/tutorial/basic/sum.pl": { … - "mtime": 1727334897,
- "size": 394
},+
"examples/doc/tutorial/precompile/lib/SPVM/MyMath.spvm": { … - "mtime": 1736118157,
- "size": 213
},+
"examples/doc/tutorial/precompile/sum_precompile.pl": { … - "mtime": 1727334897,
- "size": 249
},+
"examples/native/bind_clib/bind_clib.pl": { … - "mtime": 1727334897,
- "size": 165
},+
"examples/native/bind_clib/lib/SPVM/BindCLib.c": { … - "mtime": 1736118157,
- "size": 386
},+
"examples/native/bind_clib/lib/SPVM/BindCLib.config": { … - "mtime": 1734395350,
- "size": 172
},+
"examples/native/bind_clib/lib/SPVM/BindCLib.native/include/bind_clib.h": { … - "mtime": 1736118157,
- "size": 77
},+
"examples/native/bind_clib/lib/SPVM/BindCLib.native/src/bind_clib.c": { … - "mtime": 1736118157,
- "size": 191
},+
"examples/native/bind_clib/lib/SPVM/BindCLib.spvm": { … - "mtime": 1736118157,
- "size": 69
},+
"examples/native/cuda_add/cuda_add.pl": { … - "mtime": 1727334897,
- "size": 524
},+
"examples/native/cuda_add/lib/SPVM/MyAdd.config": { … - "mtime": 1734395350,
- "size": 531
},+
"examples/native/cuda_add/lib/SPVM/MyAdd.cu": { … - "mtime": 1727334897,
- "size": 538
},+
"examples/native/cuda_add/lib/SPVM/MyAdd.native/include/cuda_array_culc.h": { … - "mtime": 1736118157,
- "size": 52
},+
"examples/native/cuda_add/lib/SPVM/MyAdd.native/src/cuda_array_culc.cu": { … - "mtime": 1727334897,
- "size": 585
},+
"examples/native/cuda_add/lib/SPVM/MyAdd.spvm": { … - "mtime": 1736118157,
- "size": 94
},+
"examples/native/eigen/README": { … - "mtime": 1727334897,
- "size": 117
},+
"examples/native/gsl/lib/SPVM/MyGSL.c": { … - "mtime": 1736118157,
- "size": 547
},+
"examples/native/gsl/lib/SPVM/MyGSL.config": { … - "mtime": 1734395350,
- "size": 156
},+
"examples/native/gsl/lib/SPVM/MyGSL.spvm": { … - "mtime": 1736118157,
- "size": 55
},+
"examples/native/gsl/mygsl.pl": { … - "mtime": 1727334897,
- "size": 372
},+
"examples/native/opencv/resize/lib/SPVM/MyOpenCVResize.config": { … - "mtime": 1734395350,
- "size": 200
},+
"examples/native/opencv/resize/lib/SPVM/MyOpenCVResize.cpp": { … - "mtime": 1736118157,
- "size": 774
},+
"examples/native/opencv/resize/lib/SPVM/MyOpenCVResize.spvm": { … - "mtime": 1736118157,
- "size": 103
},+
"examples/native/opencv/resize/linux-pengin-output.png": { … - "mtime": 1727334897,
- "size": 9106
},+
"examples/native/opencv/resize/linux-pengin.png": { … - "mtime": 1727334897,
- "size": 18828
},+
"examples/native/opencv/resize/opencv_resize.pl": { … - "mtime": 1727334897,
- "size": 401
},+
"examples/native/openmp/lib/SPVM/MyOpenMP.c": { … - "mtime": 1736118157,
- "size": 959
},+
"examples/native/openmp/lib/SPVM/MyOpenMP.config": { … - "mtime": 1734395350,
- "size": 259
},+
"examples/native/openmp/lib/SPVM/MyOpenMP.spvm": { … - "mtime": 1736118157,
- "size": 321
},+
"examples/native/openmp/openmp.pl": { … - "mtime": 1734395350,
- "size": 114
},+
"examples/native/zlib/lib/SPVM/MyZlib.c": { … - "mtime": 1736118157,
- "size": 737
},+
"examples/native/zlib/lib/SPVM/MyZlib.config": { … - "mtime": 1734395350,
- "size": 154
},+
"examples/native/zlib/lib/SPVM/MyZlib.spvm": { … - "mtime": 1736118157,
- "size": 74
},+
"examples/native/zlib/zlib.pl": { … - "mtime": 1734395350,
- "size": 165
},+
"examples/spvmcc/basic/README.txt": { … - "mtime": 1727334897,
- "size": 89
},+
"examples/spvmcc/basic/SPVM/MyApp.spvm": { … - "mtime": 1736118157,
- "size": 194
},+
"examples/spvmcc/basic/myapp": { … - "mtime": 1727334897,
- "size": 444288
},+
"lib/SPVM.pm": { … - "license": "MIT",
- "module": "SPVM",
- "mtime": 1743635054,
+
"requires": { … - "SPVM::Global": "0",
- "XSLoader": "0",
- "perl": "5.008007",
- "strict": "0",
- "warnings": "0"
},- "size": 6960
},+
"lib/SPVM/Address.pm": { … - "license": "MIT",
- "module": "SPVM::Address",
- "mtime": 1737335238,
- "size": 454
},+
"lib/SPVM/Array.c": { … - "mtime": 1737335238,
- "size": 24574
},+
"lib/SPVM/Array.config": { … - "mtime": 1737335238,
- "size": 219
},+
"lib/SPVM/Array.pm": { … - "license": "MIT",
- "module": "SPVM::Array",
- "mtime": 1737335238,
- "size": 41653
},+
"lib/SPVM/Array.spvm": { … - "mtime": 1737335238,
- "size": 42487
},+
"lib/SPVM/BlessedObject.pm": { … - "license": "MIT",
- "module": "SPVM::BlessedObject",
- "mtime": 1737335238,
+
"requires": { … - "strict": "0",
- "warnings": "0"
},- "size": 925
},+
"lib/SPVM/BlessedObject/Array.pm": { … - "license": "MIT",
- "module": "SPVM::BlessedObject::Array",
- "mtime": 1737335237,
+
"requires": { … - "Carp": "0",
- "SPVM::BlessedObject": "0",
- "SPVM::ExchangeAPI": "0",
- "base": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3247
},+
"lib/SPVM/BlessedObject/Class.pm": { … - "license": "MIT",
- "module": "SPVM::BlessedObject::Class",
- "mtime": 1737335237,
+
"requires": { … - "Carp": "0",
- "SPVM::BlessedObject": "0",
- "SPVM::ExchangeAPI": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1898
},+
"lib/SPVM/BlessedObject/String.pm": { … - "license": "MIT",
- "module": "SPVM::BlessedObject::String",
- "mtime": 1737335237,
+
"requires": { … - "Carp": "0",
- "SPVM::BlessedObject": "0",
- "SPVM::ExchangeAPI": "0",
- "base": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1455
},+
"lib/SPVM/Bool.pm": { … - "license": "MIT",
- "module": "SPVM::Bool",
- "mtime": 1737335238,
- "size": 1172
},+
"lib/SPVM/Builder.pm": { … - "license": "MIT",
- "module": "SPVM::Builder",
- "mtime": 1737335238,
+
"requires": { … - "Carp": "0",
- "File::Path": "0",
- "SPVM": "0",
- "SPVM::BlessedObject": "0",
- "SPVM::BlessedObject::Array": "0",
- "SPVM::BlessedObject::Class": "0",
- "SPVM::BlessedObject::String": "0",
- "SPVM::Builder::CC": "0",
- "SPVM::Builder::Native::Compiler": "0",
- "SPVM::Builder::Util::API": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4563
},+
"lib/SPVM/Builder/API.pm": { … - "module": "SPVM::Builder::API",
- "mtime": 1737335237,
+
"requires": { … - "SPVM::Builder": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2568
},+
"lib/SPVM/Builder/CC.pm": { … - "license": "MIT",
- "module": "SPVM::Builder::CC",
- "mtime": 1737335237,
+
"requires": { … - "Carp": "0",
- "Config": "0",
- "ExtUtils::CBuilder": "0",
- "File::Basename": "0",
- "File::Copy": "0",
- "File::Find": "0",
- "File::Path": "0",
- "SPVM::Builder::CompileInfo": "0",
- "SPVM::Builder::LinkInfo": "0",
- "SPVM::Builder::Native::BasicType": "0",
- "SPVM::Builder::ObjectFileInfo": "0",
- "SPVM::Builder::Util": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 26537
},+
"lib/SPVM/Builder/CompileInfo.pm": { … - "license": "MIT",
- "module": "SPVM::Builder::CompileInfo",
- "mtime": 1737335237,
+
"requires": { … - "Carp": "0",
- "Config": "0",
- "File::Basename": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6073
},+
"lib/SPVM/Builder/Config.pm": { … - "license": "MIT",
- "module": "SPVM::Builder::Config",
- "mtime": 1737335237,
+
"requires": { … - "Carp": "0",
- "Config": "0",
- "File::Basename": "0",
- "SPVM::Builder::LibInfo": "0",
- "SPVM::Builder::Resource": "0",
- "SPVM::Builder::Util": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 46986
},+
"lib/SPVM/Builder/Config/Exe.pm": { … - "license": "MIT",
- "module": "SPVM::Builder::Config::Exe",
- "mtime": 1737335237,
+
"requires": { … - "Carp": "0",
- "SPVM::Builder::Config": "0",
- "SPVM::Builder::Util": "0",
- "SPVM::Builder::Util::API": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5923
},+
"lib/SPVM/Builder/ConfigBuilder.pm": { … - "license": "MIT",
- "module": "SPVM::Builder::ConfigBuilder",
- "mtime": 1737335237,
+
"requires": { … - "Carp": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1147
},+
"lib/SPVM/Builder/DependencyAnalyzer.pm": { … - "license": "MIT",
- "module": "SPVM::Builder::DependencyAnalyzer",
- "mtime": 1737335237,
+
"requires": { … - "Carp": "0",
- "File::Basename": "0",
- "JSON::PP": "0",
- "SPVM::Builder": "0",
- "SPVM::Builder::CC": "0",
- "SPVM::Builder::ScriptInfo": "0",
- "SPVM::Builder::Util": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7330
},+
"lib/SPVM/Builder/Exe.pm": { … - "license": "MIT",
- "module": "SPVM::Builder::Exe",
- "mtime": 1738898439,
+
"requires": { … - "Carp": "0",
- "File::Basename": "0",
- "JSON::PP": "0",
- "SPVM::Builder": "0",
- "SPVM::Builder::CC": "0",
- "SPVM::Builder::Config::Exe": "0",
- "SPVM::Builder::Native::BasicType": "0",
- "SPVM::Builder::Native::ClassFile": "0",
- "SPVM::Builder::Native::Compiler": "0",
- "SPVM::Builder::Native::Runtime": "0",
- "SPVM::Builder::ScriptInfo": "0",
- "SPVM::Builder::Util": "0",
- "bytes": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 29419
},+
"lib/SPVM/Builder/LibInfo.pm": { … - "license": "MIT",
- "module": "SPVM::Builder::LibInfo",
- "mtime": 1737335237,
+
"requires": { … - "Carp": "0",
- "Config": "0",
- "File::Basename": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4266
},+
"lib/SPVM/Builder/LinkInfo.pm": { … - "license": "MIT",
- "module": "SPVM::Builder::LinkInfo",
- "mtime": 1737335237,
+
"requires": { … - "Carp": "0",
- "Config": "0",
- "File::Basename": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4693
},+
"lib/SPVM/Builder/Native/BasicType.pm": { … - "license": "MIT",
- "module": "SPVM::Builder::Native::BasicType",
- "mtime": 1737335237,
+
"requires": { … - "strict": "0",
- "warnings": "0"
},- "size": 1823
},+
"lib/SPVM/Builder/Native/ClassFile.pm": { … - "license": "MIT",
- "module": "SPVM::Builder::Native::ClassFile",
- "mtime": 1737335237,
+
"requires": { … - "strict": "0",
- "warnings": "0"
},- "size": 507
},+
"lib/SPVM/Builder/Native/Compiler.pm": { … - "license": "MIT",
- "module": "SPVM::Builder::Native::Compiler",
- "mtime": 1737335237,
+
"requires": { … - "SPVM::Builder::Native::Runtime": "0",
- "Scalar::Util": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1907
},+
"lib/SPVM/Builder/Native/Env.pm": { … - "license": "MIT",
- "module": "SPVM::Builder::Native::Env",
- "mtime": 1737335237,
+
"requires": { … - "strict": "0",
- "warnings": "0"
},- "size": 346
},+
"lib/SPVM/Builder/Native/Method.pm": { … - "license": "MIT",
- "module": "SPVM::Builder::Native::Method",
- "mtime": 1737335237,
+
"requires": { … - "strict": "0",
- "warnings": "0"
},- "size": 495
},+
"lib/SPVM/Builder/Native/Runtime.pm": { … - "license": "MIT",
- "module": "SPVM::Builder::Native::Runtime",
- "mtime": 1737335237,
+
"requires": { … - "strict": "0",
- "warnings": "0"
},- "size": 1683
},+
"lib/SPVM/Builder/Native/Stack.pm": { … - "license": "MIT",
- "module": "SPVM::Builder::Native::Stack",
- "mtime": 1737335237,
- "size": 174
},+
"lib/SPVM/Builder/ObjectFileInfo.pm": { … - "license": "MIT",
- "module": "SPVM::Builder::ObjectFileInfo",
- "mtime": 1737335237,
+
"requires": { … - "Carp": "0",
- "Config": "0",
- "File::Basename": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1957
},+
"lib/SPVM/Builder/Resource.pm": { … - "license": "MIT",
- "module": "SPVM::Builder::Resource",
- "mtime": 1737335237,
+
"requires": { … - "Carp": "0",
- "Config": "0",
- "File::Basename": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2826
},+
"lib/SPVM/Builder/ScriptInfo.pm": { … - "license": "MIT",
- "module": "SPVM::Builder::ScriptInfo",
- "mtime": 1737335238,
+
"requires": { … - "Carp": "0",
- "File::Basename": "0",
- "JSON::PP": "0",
- "SPVM::Builder": "0",
- "SPVM::Builder::CC": "0",
- "SPVM::Builder::Util": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7240
},+
"lib/SPVM/Builder/Util.pm": { … - "license": "MIT",
- "module": "SPVM::Builder::Util",
- "mtime": 1737335237,
+
"requires": { … - "Carp": "0",
- "Config": "0",
- "Encode": "0",
- "File::Basename": "0",
- "File::Find": "0",
- "File::Path": "0",
- "File::Spec": "0",
- "Getopt::Long": "0",
- "List::Util": "0",
- "Pod::Usage": "0",
- "SPVM::Builder::Config": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 17628
},+
"lib/SPVM/Builder/Util/API.pm": { … - "license": "MIT",
- "module": "SPVM::Builder::Util::API",
- "mtime": 1737335237,
+
"requires": { … - "SPVM::Builder::Util": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2429
},+
"lib/SPVM/Builder/include/spvm_allocator.h": { … - "mtime": 1737335237,
- "size": 1026
},+
"lib/SPVM/Builder/include/spvm_allow.h": { … - "mtime": 1737335237,
- "size": 258
},+
"lib/SPVM/Builder/include/spvm_api.h": { … - "mtime": 1737505626,
- "size": 32409
},+
"lib/SPVM/Builder/include/spvm_api_allocator.h": { … - "mtime": 1737335237,
- "size": 836
},+
"lib/SPVM/Builder/include/spvm_api_arg.h": { … - "mtime": 1737335237,
- "size": 1034
},+
"lib/SPVM/Builder/include/spvm_api_basic_type.h": { … - "mtime": 1737335237,
- "size": 4019
},+
"lib/SPVM/Builder/include/spvm_api_class_file.h": { … - "mtime": 1737335238,
- "size": 1559
},+
"lib/SPVM/Builder/include/spvm_api_class_var.h": { … - "mtime": 1737505626,
- "size": 1026
},+
"lib/SPVM/Builder/include/spvm_api_compiler.h": { … - "mtime": 1737335238,
- "size": 1986
},+
"lib/SPVM/Builder/include/spvm_api_field.h": { … - "mtime": 1737335237,
- "size": 920
},+
"lib/SPVM/Builder/include/spvm_api_internal.h": { … - "mtime": 1737335238,
- "size": 1024
},+
"lib/SPVM/Builder/include/spvm_api_method.h": { … - "mtime": 1737335237,
- "size": 3409
},+
"lib/SPVM/Builder/include/spvm_api_mutex.h": { … - "mtime": 1737335238,
- "size": 735
},+
"lib/SPVM/Builder/include/spvm_api_runtime.h": { … - "mtime": 1737335237,
- "size": 2116
},+
"lib/SPVM/Builder/include/spvm_api_string_buffer.h": { … - "mtime": 1737335237,
- "size": 660
},+
"lib/SPVM/Builder/include/spvm_api_type.h": { … - "mtime": 1737335238,
- "size": 1509
},+
"lib/SPVM/Builder/include/spvm_array_field_access.h": { … - "mtime": 1737335238,
- "size": 292
},+
"lib/SPVM/Builder/include/spvm_attribute.h": { … - "mtime": 1737505626,
- "size": 857
},+
"lib/SPVM/Builder/include/spvm_basic_type.h": { … - "mtime": 1737335237,
- "size": 3373
},+
"lib/SPVM/Builder/include/spvm_block.h": { … - "mtime": 1737335237,
- "size": 569
},+
"lib/SPVM/Builder/include/spvm_call_method.h": { … - "mtime": 1737335237,
- "size": 437
},+
"lib/SPVM/Builder/include/spvm_case_info.h": { … - "mtime": 1737335238,
- "size": 302
},+
"lib/SPVM/Builder/include/spvm_check.h": { … - "mtime": 1737335237,
- "size": 3293
},+
"lib/SPVM/Builder/include/spvm_class_file.h": { … - "mtime": 1737335237,
- "size": 1493
},+
"lib/SPVM/Builder/include/spvm_class_var.h": { … - "mtime": 1737505626,
- "size": 457
},+
"lib/SPVM/Builder/include/spvm_class_var_access.h": { … - "mtime": 1737335238,
- "size": 310
},+
"lib/SPVM/Builder/include/spvm_compiler.h": { … - "mtime": 1737335237,
- "size": 5967
},+
"lib/SPVM/Builder/include/spvm_constant.h": { … - "mtime": 1737335237,
- "size": 334
},+
"lib/SPVM/Builder/include/spvm_dumper.h": { … - "mtime": 1737335237,
- "size": 868
},+
"lib/SPVM/Builder/include/spvm_field.h": { … - "mtime": 1737335237,
- "size": 567
},+
"lib/SPVM/Builder/include/spvm_field_access.h": { … - "mtime": 1737335237,
- "size": 282
},+
"lib/SPVM/Builder/include/spvm_hash.h": { … - "mtime": 1737335237,
- "size": 1180
},+
"lib/SPVM/Builder/include/spvm_implement.h": { … - "mtime": 1737335238,
- "size": 144675
},+
"lib/SPVM/Builder/include/spvm_interface.h": { … - "mtime": 1737335237,
- "size": 271
},+
"lib/SPVM/Builder/include/spvm_list.h": { … - "mtime": 1737335237,
- "size": 878
},+
"lib/SPVM/Builder/include/spvm_method.h": { … - "mtime": 1737335237,
- "size": 1147
},+
"lib/SPVM/Builder/include/spvm_module_file.h": { … - "mtime": 1737335238,
- "size": 1493
},+
"lib/SPVM/Builder/include/spvm_mutex.h": { … - "mtime": 1737335237,
- "size": 415
},+
"lib/SPVM/Builder/include/spvm_native.h": { … - "mtime": 1737505626,
- "size": 39528
},+
"lib/SPVM/Builder/include/spvm_object.h": { … - "mtime": 1737335237,
- "size": 460
},+
"lib/SPVM/Builder/include/spvm_op.h": { … - "mtime": 1743634153,
- "size": 21333
},+
"lib/SPVM/Builder/include/spvm_opcode.h": { … - "mtime": 1743485108,
- "size": 17024
},+
"lib/SPVM/Builder/include/spvm_opcode_builder.h": { … - "mtime": 1737335237,
- "size": 815
},+
"lib/SPVM/Builder/include/spvm_opcode_list.h": { … - "mtime": 1737335237,
- "size": 512
},+
"lib/SPVM/Builder/include/spvm_precompile.h": { … - "mtime": 1737335237,
- "size": 5473
},+
"lib/SPVM/Builder/include/spvm_public_api.h": { … - "mtime": 1737335237,
- "size": 201
},+
"lib/SPVM/Builder/include/spvm_runtime.h": { … - "mtime": 1737335238,
- "size": 834
},+
"lib/SPVM/Builder/include/spvm_runtime_arg.h": { … - "mtime": 1737335237,
- "size": 405
},+
"lib/SPVM/Builder/include/spvm_runtime_basic_type.h": { … - "mtime": 1737335237,
- "size": 1026
},+
"lib/SPVM/Builder/include/spvm_runtime_class_var.h": { … - "mtime": 1737505626,
- "size": 421
},+
"lib/SPVM/Builder/include/spvm_runtime_field.h": { … - "mtime": 1737335237,
- "size": 364
},+
"lib/SPVM/Builder/include/spvm_runtime_method.h": { … - "mtime": 1737335237,
- "size": 1030
},+
"lib/SPVM/Builder/include/spvm_runtime_string.h": { … - "mtime": 1737335237,
- "size": 218
},+
"lib/SPVM/Builder/include/spvm_strerror.h": { … - "mtime": 1737335238,
- "size": 146
},+
"lib/SPVM/Builder/include/spvm_string.h": { … - "mtime": 1737335237,
- "size": 612
},+
"lib/SPVM/Builder/include/spvm_string_buffer.h": { … - "mtime": 1737335237,
- "size": 1759
},+
"lib/SPVM/Builder/include/spvm_switch_info.h": { … - "mtime": 1737335238,
- "size": 464
},+
"lib/SPVM/Builder/include/spvm_toke.h": { … - "mtime": 1737335237,
- "size": 1922
},+
"lib/SPVM/Builder/include/spvm_type.h": { … - "mtime": 1737335238,
- "size": 10144
},+
"lib/SPVM/Builder/include/spvm_typedecl.h": { … - "mtime": 1737335237,
- "size": 4557
},+
"lib/SPVM/Builder/include/spvm_use.h": { … - "mtime": 1737335238,
- "size": 302
},+
"lib/SPVM/Builder/include/spvm_utf8.h": { … - "mtime": 1737335238,
- "size": 423
},+
"lib/SPVM/Builder/include/spvm_var.h": { … - "mtime": 1737335237,
- "size": 375
},+
"lib/SPVM/Builder/include/spvm_var_decl.h": { … - "mtime": 1737335238,
- "size": 559
},+
"lib/SPVM/Builder/include/spvm_version.h": { … - "mtime": 1743635054,
- "size": 349
},+
"lib/SPVM/Builder/include/spvm_version_from.h": { … - "mtime": 1737335237,
- "size": 300
},+
"lib/SPVM/Builder/include/spvm_vm.h": { … - "mtime": 1737335237,
- "size": 293
},+
"lib/SPVM/Builder/include/spvm_weaken_backref.h": { … - "mtime": 1737335237,
- "size": 229
},+
"lib/SPVM/Builder/include/spvm_yacc.h": { … - "mtime": 1743559150,
- "size": 4305
},+
"lib/SPVM/Builder/include/spvm_yacc_util.h": { … - "mtime": 1737335238,
- "size": 463
},+
"lib/SPVM/Builder/src/spvm_allocator.c": { … - "mtime": 1737335237,
- "size": 3642
},+
"lib/SPVM/Builder/src/spvm_allow.c": { … - "mtime": 1737335237,
- "size": 328
},+
"lib/SPVM/Builder/src/spvm_api.c": { … - "mtime": 1737676731,
- "size": 191961
},+
"lib/SPVM/Builder/src/spvm_api_allocator.c": { … - "mtime": 1737335237,
- "size": 832
},+
"lib/SPVM/Builder/src/spvm_api_arg.c": { … - "mtime": 1737335237,
- "size": 1869
},+
"lib/SPVM/Builder/src/spvm_api_basic_type.c": { … - "mtime": 1737335237,
- "size": 9132
},+
"lib/SPVM/Builder/src/spvm_api_class_file.c": { … - "mtime": 1737335237,
- "size": 2949
},+
"lib/SPVM/Builder/src/spvm_api_class_var.c": { … - "mtime": 1737505626,
- "size": 1815
},+
"lib/SPVM/Builder/src/spvm_api_compiler.c": { … - "mtime": 1737335237,
- "size": 4170
},+
"lib/SPVM/Builder/src/spvm_api_field.c": { … - "mtime": 1737335237,
- "size": 1650
},+
"lib/SPVM/Builder/src/spvm_api_internal.c": { … - "mtime": 1737335237,
- "size": 1607
},+
"lib/SPVM/Builder/src/spvm_api_method.c": { … - "mtime": 1737335237,
- "size": 6602
},+
"lib/SPVM/Builder/src/spvm_api_mutex.c": { … - "mtime": 1737335237,
- "size": 1601
},+
"lib/SPVM/Builder/src/spvm_api_runtime.c": { … - "mtime": 1737335237,
- "size": 6128
},+
"lib/SPVM/Builder/src/spvm_api_string_buffer.c": { … - "mtime": 1737335237,
- "size": 1325
},+
"lib/SPVM/Builder/src/spvm_api_type.c": { … - "mtime": 1737335237,
- "size": 4772
},+
"lib/SPVM/Builder/src/spvm_array_field_access.c": { … - "mtime": 1737335237,
- "size": 349
},+
"lib/SPVM/Builder/src/spvm_attribute.c": { … - "mtime": 1737505626,
- "size": 778
},+
"lib/SPVM/Builder/src/spvm_basic_type.c": { … - "mtime": 1737335237,
- "size": 12783
},+
"lib/SPVM/Builder/src/spvm_block.c": { … - "mtime": 1737335237,
- "size": 351
},+
"lib/SPVM/Builder/src/spvm_call_method.c": { … - "mtime": 1737335237,
- "size": 321
},+
"lib/SPVM/Builder/src/spvm_case_info.c": { … - "mtime": 1737335237,
- "size": 363
},+
"lib/SPVM/Builder/src/spvm_check.c": { … - "mtime": 1743634612,
- "size": 218405
},+
"lib/SPVM/Builder/src/spvm_class_file.c": { … - "mtime": 1737335237,
- "size": 4242
},+
"lib/SPVM/Builder/src/spvm_class_var.c": { … - "mtime": 1737335237,
- "size": 381
},+
"lib/SPVM/Builder/src/spvm_class_var_access.c": { … - "mtime": 1737335237,
- "size": 341
},+
"lib/SPVM/Builder/src/spvm_compiler.c": { … - "mtime": 1741737776,
- "size": 51324
},+
"lib/SPVM/Builder/src/spvm_constant.c": { … - "mtime": 1737335237,
- "size": 417
},+
"lib/SPVM/Builder/src/spvm_dumper.c": { … - "mtime": 1737335237,
- "size": 14629
},+
"lib/SPVM/Builder/src/spvm_field.c": { … - "mtime": 1737335237,
- "size": 1416
},+
"lib/SPVM/Builder/src/spvm_field_access.c": { … - "mtime": 1737335237,
- "size": 325
},+
"lib/SPVM/Builder/src/spvm_hash.c": { … - "mtime": 1737335237,
- "size": 8535
},+
"lib/SPVM/Builder/src/spvm_interface.c": { … - "mtime": 1737335237,
- "size": 356
},+
"lib/SPVM/Builder/src/spvm_list.c": { … - "mtime": 1737335237,
- "size": 4533
},+
"lib/SPVM/Builder/src/spvm_method.c": { … - "mtime": 1737335237,
- "size": 722
},+
"lib/SPVM/Builder/src/spvm_mutex.c": { … - "mtime": 1737335237,
- "size": 1664
},+
"lib/SPVM/Builder/src/spvm_op.c": { … - "mtime": 1743634299,
- "size": 170742
},+
"lib/SPVM/Builder/src/spvm_opcode.c": { … - "mtime": 1743485095,
- "size": 11860
},+
"lib/SPVM/Builder/src/spvm_opcode_builder.c": { … - "mtime": 1743559150,
- "size": 330513
},+
"lib/SPVM/Builder/src/spvm_opcode_list.c": { … - "mtime": 1737335237,
- "size": 1628
},+
"lib/SPVM/Builder/src/spvm_precompile.c": { … - "mtime": 1737335237,
- "size": 309086
},+
"lib/SPVM/Builder/src/spvm_runtime.c": { … - "mtime": 1737335237,
- "size": 3394
},+
"lib/SPVM/Builder/src/spvm_strerror.c": { … - "mtime": 1737335237,
- "size": 416
},+
"lib/SPVM/Builder/src/spvm_string.c": { … - "mtime": 1737335237,
- "size": 2430
},+
"lib/SPVM/Builder/src/spvm_string_buffer.c": { … - "mtime": 1737335237,
- "size": 7661
},+
"lib/SPVM/Builder/src/spvm_switch_info.c": { … - "mtime": 1737335237,
- "size": 506
},+
"lib/SPVM/Builder/src/spvm_toke.c": { … - "mtime": 1743559150,
- "size": 127249
},+
"lib/SPVM/Builder/src/spvm_type.c": { … - "mtime": 1737335237,
- "size": 71619
},+
"lib/SPVM/Builder/src/spvm_use.c": { … - "mtime": 1737335237,
- "size": 337
},+
"lib/SPVM/Builder/src/spvm_utf8.c": { … - "mtime": 1737335237,
- "size": 3090
},+
"lib/SPVM/Builder/src/spvm_var.c": { … - "mtime": 1737335237,
- "size": 289
},+
"lib/SPVM/Builder/src/spvm_var_decl.c": { … - "mtime": 1737335237,
- "size": 723
},+
"lib/SPVM/Builder/src/spvm_version_from.c": { … - "mtime": 1737335237,
- "size": 377
},+
"lib/SPVM/Builder/src/spvm_vm.c": { … - "mtime": 1743485105,
- "size": 118538
},+
"lib/SPVM/Builder/src/spvm_yacc.c": { … - "mtime": 1743559150,
- "size": 216795
},+
"lib/SPVM/Builder/src/spvm_yacc_util.c": { … - "mtime": 1737335237,
- "size": 1630
},+
"lib/SPVM/Byte.pm": { … - "license": "MIT",
- "module": "SPVM::Byte",
- "mtime": 1737335238,
- "size": 628
},+
"lib/SPVM/ByteList.pm": { … - "license": "MIT",
- "module": "SPVM::ByteList",
- "mtime": 1743559150,
- "size": 6497
},+
"lib/SPVM/ByteList.spvm": { … - "mtime": 1739939877,
- "size": 8538
},+
"lib/SPVM/Callback.pm": { … - "license": "MIT",
- "module": "SPVM::Callback",
- "mtime": 1737335238,
- "size": 389
},+
"lib/SPVM/Callback.spvm": { … - "mtime": 1737335238,
- "size": 132
},+
"lib/SPVM/Callback/Grep.pm": { … - "license": "MIT",
- "module": "SPVM::Callback::Grep",
- "mtime": 1737335238,
- "size": 522
},+
"lib/SPVM/Callback/Grep.spvm": { … - "mtime": 1737335238,
- "size": 154
},+
"lib/SPVM/Callback/Map.pm": { … - "license": "MIT",
- "module": "SPVM::Callback::Map",
- "mtime": 1737335238,
- "size": 463
},+
"lib/SPVM/Callback/Map.spvm": { … - "mtime": 1737335238,
- "size": 156
},+
"lib/SPVM/Callback/MapExpand.pm": { … - "license": "MIT",
- "module": "SPVM::Callback::MapExpand",
- "mtime": 1737335238,
- "size": 508
},+
"lib/SPVM/Callback/MapExpand.spvm": { … - "mtime": 1737335238,
- "size": 164
},+
"lib/SPVM/Cloneable.pm": { … - "license": "MIT",
- "module": "SPVM::Cloneable",
- "mtime": 1737335238,
- "size": 581
},+
"lib/SPVM/Cloneable.spvm": { … - "mtime": 1737335238,
- "size": 141
},+
"lib/SPVM/Cloner.pm": { … - "license": "MIT",
- "module": "SPVM::Cloner",
- "mtime": 1737335238,
- "size": 1201
},+
"lib/SPVM/Cloner.spvm": { … - "mtime": 1737335238,
- "size": 511
},+
"lib/SPVM/CommandInfo.pm": { … - "license": "MIT",
- "module": "SPVM::CommandInfo",
- "mtime": 1737337210,
- "size": 850
},+
"lib/SPVM/Comparable.pm": { … - "license": "MIT",
- "module": "SPVM::Comparable",
- "mtime": 1737335238,
- "size": 563
},+
"lib/SPVM/Comparable.spvm": { … - "mtime": 1737335237,
- "size": 189
},+
"lib/SPVM/Comparator.pm": { … - "license": "MIT",
- "module": "SPVM::Comparator",
- "mtime": 1737335238,
- "size": 2007
},+
"lib/SPVM/Comparator.spvm": { … - "mtime": 1737335237,
- "size": 661
},+
"lib/SPVM/Comparator/Double.pm": { … - "license": "MIT",
- "module": "SPVM::Comparator::Double",
- "mtime": 1737335238,
- "size": 900
},+
"lib/SPVM/Comparator/Double.spvm": { … - "mtime": 1737335238,
- "size": 165
},+
"lib/SPVM/Comparator/Float.pm": { … - "license": "MIT",
- "module": "SPVM::Comparator::Float",
- "mtime": 1737335238,
- "size": 887
},+
"lib/SPVM/Comparator/Float.spvm": { … - "mtime": 1737335238,
- "size": 162
},+
"lib/SPVM/Comparator/Int.pm": { … - "license": "MIT",
- "module": "SPVM::Comparator::Int",
- "mtime": 1737335238,
- "size": 861
},+
"lib/SPVM/Comparator/Int.spvm": { … - "mtime": 1737335238,
- "size": 156
},+
"lib/SPVM/Comparator/Long.pm": { … - "license": "MIT",
- "module": "SPVM::Comparator::Long",
- "mtime": 1737335238,
- "size": 874
},+
"lib/SPVM/Comparator/Long.spvm": { … - "mtime": 1737335238,
- "size": 159
},+
"lib/SPVM/Comparator/String.pm": { … - "license": "MIT",
- "module": "SPVM::Comparator::String",
- "mtime": 1737335238,
- "size": 900
},+
"lib/SPVM/Comparator/String.spvm": { … - "mtime": 1737335238,
- "size": 165
},+
"lib/SPVM/Complex_2d.pm": { … - "license": "MIT",
- "module": "SPVM::Complex_2d",
- "mtime": 1737335238,
- "size": 2936
},+
"lib/SPVM/Complex_2d.spvm": { … - "mtime": 1737335238,
- "size": 2848
},+
"lib/SPVM/Complex_2f.pm": { … - "license": "MIT",
- "module": "SPVM::Complex_2f",
- "mtime": 1737335238,
- "size": 2925
},+
"lib/SPVM/Complex_2f.spvm": { … - "mtime": 1737335237,
- "size": 2819
},+
"lib/SPVM/Dist.pm": { … - "license": "MIT",
- "module": "SPVM::Dist",
- "mtime": 1738898439,
+
"requires": { … - "Carp": "0",
- "File::Basename": "0",
- "File::Copy": "0",
- "File::Find": "0",
- "File::Path": "0",
- "Getopt::Long": "0",
- "SPVM::Builder::Util": "0",
- "Time::Piece": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 25529
},+
"lib/SPVM/Document.pm": { … - "license": "MIT",
- "module": "SPVM::Document",
- "mtime": 1737335238,
- "size": 2981
},+
"lib/SPVM/Document/EnvironmentVariables.pm": { … - "license": "MIT",
- "module": "SPVM::Document::EnvironmentVariables",
- "mtime": 1742513774,
- "size": 1857
},+
"lib/SPVM/Document/Language.pm": { … - "license": "MIT",
- "module": "SPVM::Document::Language",
- "mtime": 1742513774,
- "size": 906
},+
"lib/SPVM/Document/Language/Class.pm": { … - "license": "MIT",
- "module": "SPVM::Document::Language::Class",
- "mtime": 1740102331,
- "size": 63884
},+
"lib/SPVM/Document/Language/ExceptionHandling.pm": { … - "license": "MIT",
- "module": "SPVM::Document::Language::ExceptionHandling",
- "mtime": 1737335238,
- "size": 2264
},+
"lib/SPVM/Document/Language/GarbageCollection.pm": { … - "license": "MIT",
- "module": "SPVM::Document::Language::GarbageCollection",
- "mtime": 1737335238,
- "size": 4196
},+
"lib/SPVM/Document/Language/Operators.pm": { … - "license": "MIT",
- "module": "SPVM::Document::Language::Operators",
- "mtime": 1743634826,
- "size": 96534
},+
"lib/SPVM/Document/Language/Statements.pm": { … - "license": "MIT",
- "module": "SPVM::Document::Language::Statements",
- "mtime": 1737335238,
- "size": 13919
},+
"lib/SPVM/Document/Language/SyntaxParsing.pm": { … - "license": "MIT",
- "module": "SPVM::Document::Language::SyntaxParsing",
- "mtime": 1743559150,
- "size": 20703
},+
"lib/SPVM/Document/Language/System.pm": { … - "license": "MIT",
- "module": "SPVM::Document::Language::System",
- "mtime": 1737335238,
- "size": 3228
},+
"lib/SPVM/Document/Language/Tokenization.pm": { … - "license": "MIT",
- "module": "SPVM::Document::Language::Tokenization",
- "mtime": 1742513774,
- "size": 32803
},+
"lib/SPVM/Document/Language/Types.pm": { … - "license": "MIT",
- "module": "SPVM::Document::Language::Types",
- "mtime": 1737335238,
- "size": 64355
},+
"lib/SPVM/Document/Modules.pm": { … - "license": "MIT",
- "module": "SPVM::Document::Modules",
- "mtime": 1743559150,
- "size": 3726
},+
"lib/SPVM/Document/NativeAPI.pm": { … - "license": "MIT",
- "module": "SPVM::Document::NativeAPI",
- "mtime": 1737505626,
- "size": 140343
},+
"lib/SPVM/Document/NativeAPI/Allocator.pm": { … - "license": "MIT",
- "module": "SPVM::Document::NativeAPI::Allocator",
- "mtime": 1737335238,
- "size": 974
},+
"lib/SPVM/Document/NativeAPI/Argument.pm": { … - "license": "MIT",
- "module": "SPVM::Document::NativeAPI::Argument",
- "mtime": 1737335238,
- "size": 3174
},+
"lib/SPVM/Document/NativeAPI/BasicType.pm": { … - "license": "MIT",
- "module": "SPVM::Document::NativeAPI::BasicType",
- "mtime": 1737335238,
- "size": 8873
},+
"lib/SPVM/Document/NativeAPI/ClassFile.pm": { … - "license": "MIT",
- "module": "SPVM::Document::NativeAPI::ClassFile",
- "mtime": 1737335238,
- "size": 2866
},+
"lib/SPVM/Document/NativeAPI/ClassVariable.pm": { … - "license": "MIT",
- "module": "SPVM::Document::NativeAPI::ClassVariable",
- "mtime": 1737505626,
- "size": 2724
},+
"lib/SPVM/Document/NativeAPI/Compiler.pm": { … - "license": "MIT",
- "module": "SPVM::Document::NativeAPI::Compiler",
- "mtime": 1737335238,
- "size": 5910
},+
"lib/SPVM/Document/NativeAPI/Field.pm": { … - "license": "MIT",
- "module": "SPVM::Document::NativeAPI::Field",
- "mtime": 1737335238,
- "size": 2487
},+
"lib/SPVM/Document/NativeAPI/Internal.pm": { … - "license": "MIT",
- "module": "SPVM::Document::NativeAPI::Internal",
- "mtime": 1737335238,
- "size": 2522
},+
"lib/SPVM/Document/NativeAPI/Method.pm": { … - "license": "MIT",
- "module": "SPVM::Document::NativeAPI::Method",
- "mtime": 1737335238,
- "size": 9394
},+
"lib/SPVM/Document/NativeAPI/Mutex.pm": { … - "license": "MIT",
- "module": "SPVM::Document::NativeAPI::Mutex",
- "mtime": 1737335238,
- "size": 3339
},+
"lib/SPVM/Document/NativeAPI/Runtime.pm": { … - "license": "MIT",
- "module": "SPVM::Document::NativeAPI::Runtime",
- "mtime": 1737335238,
- "size": 4510
},+
"lib/SPVM/Document/NativeAPI/StringBuffer.pm": { … - "license": "MIT",
- "module": "SPVM::Document::NativeAPI::StringBuffer",
- "mtime": 1737335238,
- "size": 1725
},+
"lib/SPVM/Document/NativeAPI/Type.pm": { … - "license": "MIT",
- "module": "SPVM::Document::NativeAPI::Type",
- "mtime": 1737335238,
- "size": 3671
},+
"lib/SPVM/Document/NativeClass.pm": { … - "license": "MIT",
- "module": "SPVM::Document::NativeClass",
- "mtime": 1742513774,
- "size": 22695
},+
"lib/SPVM/Document/Resource.pm": { … - "license": "MIT",
- "module": "SPVM::Document::Resource",
- "mtime": 1742513774,
- "size": 2042
},+
"lib/SPVM/Double.pm": { … - "license": "MIT",
- "module": "SPVM::Double",
- "mtime": 1737335238,
- "size": 661
},+
"lib/SPVM/DoubleList.pm": { … - "license": "MIT",
- "module": "SPVM::DoubleList",
- "mtime": 1743559150,
- "size": 6581
},+
"lib/SPVM/DoubleList.spvm": { … - "mtime": 1739939877,
- "size": 8594
},+
"lib/SPVM/EqualityCheckable.pm": { … - "license": "MIT",
- "module": "SPVM::EqualityCheckable",
- "mtime": 1737335238,
- "size": 536
},+
"lib/SPVM/EqualityCheckable.spvm": { … - "mtime": 1737335238,
- "size": 195
},+
"lib/SPVM/EqualityChecker.pm": { … - "license": "MIT",
- "module": "SPVM::EqualityChecker",
- "mtime": 1737335238,
- "size": 1902
},+
"lib/SPVM/EqualityChecker.spvm": { … - "mtime": 1737335238,
- "size": 735
},+
"lib/SPVM/EqualityChecker/Address.pm": { … - "license": "MIT",
- "module": "SPVM::EqualityChecker::Address",
- "mtime": 1737335238,
- "size": 1234
},+
"lib/SPVM/EqualityChecker/Address.spvm": { … - "mtime": 1737335238,
- "size": 352
},+
"lib/SPVM/Error.pm": { … - "license": "MIT",
- "module": "SPVM::Error",
- "mtime": 1737335238,
- "size": 502
},+
"lib/SPVM/Error/Compile.pm": { … - "license": "MIT",
- "module": "SPVM::Error::Compile",
- "mtime": 1737335238,
- "size": 324
},+
"lib/SPVM/Error/FieldNotSpecified.pm": { … - "license": "MIT",
- "module": "SPVM::Error::FieldNotSpecified",
- "mtime": 1743559150,
- "size": 392
},+
"lib/SPVM/Error/FieldNotSpecified.spvm": { … - "mtime": 1743559150,
- "size": 118
},+
"lib/SPVM/Error/NotSupported.pm": { … - "license": "MIT",
- "module": "SPVM::Error::NotSupported",
- "mtime": 1737335238,
- "size": 369
},+
"lib/SPVM/Error/System.pm": { … - "license": "MIT",
- "module": "SPVM::Error::System",
- "mtime": 1737335238,
- "size": 304
},+
"lib/SPVM/Error/Unicode/InvalidUTF8.pm": { … - "license": "MIT",
- "module": "SPVM::Error::Unicode::InvalidUTF8",
- "mtime": 1737335238,
- "size": 344
},+
"lib/SPVM/Error/Unicode/InvalidUTF8.spvm": { … - "mtime": 1737335238,
- "size": 111
},+
"lib/SPVM/ExchangeAPI.pm": { … - "license": "MIT",
- "module": "SPVM::ExchangeAPI",
- "mtime": 1737503560,
+
"requires": { … - "Carp": "0",
- "SPVM::ExchangeAPI::Class": "0",
- "SPVM::ExchangeAPI::Error": "0",
- "Scalar::Util": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 58182
},+
"lib/SPVM/ExchangeAPI/Class.pm": { … - "license": "MIT",
- "module": "SPVM::ExchangeAPI::Class",
- "mtime": 1737335237,
+
"requires": { … - "strict": "0",
- "warnings": "0"
},- "size": 2015
},+
"lib/SPVM/ExchangeAPI/Error.pm": { … - "license": "MIT",
- "module": "SPVM::ExchangeAPI::Error",
- "mtime": 1737335237,
+
"requires": { … - "strict": "0",
- "warnings": "0"
},- "size": 1031
},+
"lib/SPVM/Float.pm": { … - "license": "MIT",
- "module": "SPVM::Float",
- "mtime": 1737335238,
- "size": 645
},+
"lib/SPVM/FloatList.pm": { … - "license": "MIT",
- "module": "SPVM::FloatList",
- "mtime": 1743559150,
- "size": 6536
},+
"lib/SPVM/FloatList.spvm": { … - "mtime": 1739939877,
- "size": 8547
},+
"lib/SPVM/Fn.c": { … - "mtime": 1737505626,
- "size": 32369
},+
"lib/SPVM/Fn.config": { … - "mtime": 1737335238,
- "size": 275
},+
"lib/SPVM/Fn.native/include/SPVM__Fn.h": { … - "mtime": 1737335238,
- "size": 67
},+
"lib/SPVM/Fn.native/src/SPVM__Fn.c": { … - "mtime": 1737335238,
- "size": 67
},+
"lib/SPVM/Fn.pm": { … - "license": "MIT",
- "module": "SPVM::Fn",
- "mtime": 1740102331,
- "size": 51052
},+
"lib/SPVM/Fn.spvm": { … - "mtime": 1740102331,
- "size": 47836
},+
"lib/SPVM/Fn/Resource.config": { … - "mtime": 1737335238,
- "size": 295
},+
"lib/SPVM/Fn/Resource.native/include/.gitkeep": { … - "mtime": 1734395350,
- "size": 0
},+
"lib/SPVM/Fn/Resource.native/include/SPVM__Fn__Resource.h": { … - "mtime": 1737335238,
- "size": 98
},+
"lib/SPVM/Fn/Resource.native/src/.gitkeep": { … - "mtime": 1734395350,
- "size": 0
},+
"lib/SPVM/Fn/Resource.native/src/SPVM__Fn__Resource.c": { … - "mtime": 1737335238,
- "size": 115
},+
"lib/SPVM/Fn/Resource.pm": { … - "license": "MIT",
- "module": "SPVM::Fn::Resource",
- "mtime": 1737335238,
- "size": 1129
},+
"lib/SPVM/Fn/Resource.spvm": { … - "mtime": 1737335238,
- "size": 96
},+
"lib/SPVM/Format.c": { … - "mtime": 1737335238,
- "size": 4378
},+
"lib/SPVM/Format.config": { … - "mtime": 1737335238,
- "size": 219
},+
"lib/SPVM/Format.pm": { … - "license": "MIT",
- "module": "SPVM::Format",
- "mtime": 1737335238,
- "size": 4199
},+
"lib/SPVM/Format.spvm": { … - "mtime": 1737335237,
- "size": 12292
},+
"lib/SPVM/Global.pm": { … - "license": "MIT",
- "module": "SPVM::Global",
- "mtime": 1737337210,
+
"noes": { … },+
"requires": { … - "Carp": "0",
- "SPVM::Builder": "0",
- "SPVM::Builder::Native::Env": "0",
- "SPVM::ExchangeAPI": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7936
},+
"lib/SPVM/Hash.c": { … - "mtime": 1737335237,
- "size": 4632
},+
"lib/SPVM/Hash.config": { … - "mtime": 1737335237,
- "size": 219
},+
"lib/SPVM/Hash.pm": { … - "license": "MIT",
- "module": "SPVM::Hash",
- "mtime": 1737335238,
- "size": 12857
},+
"lib/SPVM/Hash.spvm": { … - "mtime": 1737335238,
- "size": 16714
},+
"lib/SPVM/Hash/Entry.pm": { … - "license": "MIT",
- "module": "SPVM::Hash::Entry",
- "mtime": 1737335238,
- "size": 282
},+
"lib/SPVM/Hash/Entry.spvm": { … - "mtime": 1737335238,
- "size": 181
},+
"lib/SPVM/Immutable/ByteList.pm": { … - "license": "MIT",
- "module": "SPVM::Immutable::ByteList",
- "mtime": 1737335237,
- "size": 1999
},+
"lib/SPVM/Immutable/ByteList.spvm": { … - "mtime": 1737335237,
- "size": 1490
},+
"lib/SPVM/Immutable/DoubleList.pm": { … - "license": "MIT",
- "module": "SPVM::Immutable::DoubleList",
- "mtime": 1737335237,
- "size": 2043
},+
"lib/SPVM/Immutable/DoubleList.spvm": { … - "mtime": 1737335237,
- "size": 1511
},+
"lib/SPVM/Immutable/FloatList.pm": { … - "license": "MIT",
- "module": "SPVM::Immutable::FloatList",
- "mtime": 1737335237,
- "size": 1990
},+
"lib/SPVM/Immutable/FloatList.spvm": { … - "mtime": 1737335237,
- "size": 1503
},+
"lib/SPVM/Immutable/IntList.pm": { … - "license": "MIT",
- "module": "SPVM::Immutable::IntList",
- "mtime": 1737335237,
- "size": 1883
},+
"lib/SPVM/Immutable/IntList.spvm": { … - "mtime": 1737335237,
- "size": 1482
},+
"lib/SPVM/Immutable/LongList.pm": { … - "license": "MIT",
- "module": "SPVM::Immutable::LongList",
- "mtime": 1737335237,
- "size": 2011
},+
"lib/SPVM/Immutable/LongList.spvm": { … - "mtime": 1737335237,
- "size": 1494
},+
"lib/SPVM/Immutable/ShortList.pm": { … - "license": "MIT",
- "module": "SPVM::Immutable::ShortList",
- "mtime": 1737335237,
- "size": 2035
},+
"lib/SPVM/Immutable/ShortList.spvm": { … - "mtime": 1737335237,
- "size": 1504
},+
"lib/SPVM/Immutable/StringList.pm": { … - "license": "MIT",
- "module": "SPVM::Immutable::StringList",
- "mtime": 1737335237,
- "size": 2120
},+
"lib/SPVM/Immutable/StringList.spvm": { … - "mtime": 1737335237,
- "size": 1616
},+
"lib/SPVM/Int.pm": { … - "license": "MIT",
- "module": "SPVM::Int",
- "mtime": 1737335238,
- "size": 614
},+
"lib/SPVM/IntList.pm": { … - "license": "MIT",
- "module": "SPVM::IntList",
- "mtime": 1743559150,
- "size": 6077
},+
"lib/SPVM/IntList.spvm": { … - "mtime": 1739939877,
- "size": 8477
},+
"lib/SPVM/List.pm": { … - "license": "MIT",
- "module": "SPVM::List",
- "mtime": 1743559150,
- "size": 6623
},+
"lib/SPVM/List.spvm": { … - "mtime": 1739939877,
- "size": 10653
},+
"lib/SPVM/Long.pm": { … - "license": "MIT",
- "module": "SPVM::Long",
- "mtime": 1737335238,
- "size": 629
},+
"lib/SPVM/LongList.pm": { … - "license": "MIT",
- "module": "SPVM::LongList",
- "mtime": 1743559150,
- "size": 6561
},+
"lib/SPVM/LongList.spvm": { … - "mtime": 1739939877,
- "size": 8516
},+
"lib/SPVM/Native.c": { … - "mtime": 1737335238,
- "size": 3648
},+
"lib/SPVM/Native.config": { … - "mtime": 1737335238,
- "size": 179
},+
"lib/SPVM/Native.pm": { … - "license": "MIT",
- "module": "SPVM::Native",
- "mtime": 1737335238,
- "size": 1114
},+
"lib/SPVM/Native.spvm": { … - "mtime": 1737335238,
- "size": 886
},+
"lib/SPVM/Native/API.c": { … - "mtime": 1737337210,
- "size": 6259
},+
"lib/SPVM/Native/API.config": { … - "mtime": 1737335238,
- "size": 177
},+
"lib/SPVM/Native/API.pm": { … - "license": "MIT",
- "module": "SPVM::Native::API",
- "mtime": 1737337210,
- "size": 1730
},+
"lib/SPVM/Native/API.spvm": { … - "mtime": 1737337210,
- "size": 774
},+
"lib/SPVM/Native/Arg.c": { … - "mtime": 1737335238,
- "size": 7773
},+
"lib/SPVM/Native/Arg.config": { … - "mtime": 1737335238,
- "size": 179
},+
"lib/SPVM/Native/Arg.pm": { … - "license": "MIT",
- "module": "SPVM::Native::Arg",
- "mtime": 1737335238,
- "size": 2481
},+
"lib/SPVM/Native/Arg.spvm": { … - "mtime": 1737335238,
- "size": 1104
},+
"lib/SPVM/Native/BasicType.c": { … - "mtime": 1737335238,
- "size": 21028
},+
"lib/SPVM/Native/BasicType.config": { … - "mtime": 1737335238,
- "size": 179
},+
"lib/SPVM/Native/BasicType.pm": { … - "license": "MIT",
- "module": "SPVM::Native::BasicType",
- "mtime": 1737335238,
- "size": 4858
},+
"lib/SPVM/Native/BasicType.spvm": { … - "mtime": 1737335238,
- "size": 3438
},+
"lib/SPVM/Native/ClassFile.c": { … - "mtime": 1737335238,
- "size": 7133
},+
"lib/SPVM/Native/ClassFile.config": { … - "mtime": 1737335238,
- "size": 177
},+
"lib/SPVM/Native/ClassFile.pm": { … - "license": "MIT",
- "module": "SPVM::Native::ClassFile",
- "mtime": 1737335238,
- "size": 1883
},+
"lib/SPVM/Native/ClassFile.spvm": { … - "mtime": 1737335238,
- "size": 1040
},+
"lib/SPVM/Native/ClassVar.c": { … - "mtime": 1737505626,
- "size": 5853
},+
"lib/SPVM/Native/ClassVar.config": { … - "mtime": 1737335238,
- "size": 179
},+
"lib/SPVM/Native/ClassVar.pm": { … - "license": "MIT",
- "module": "SPVM::Native::ClassVar",
- "mtime": 1737505626,
- "size": 1482
},+
"lib/SPVM/Native/ClassVar.spvm": { … - "mtime": 1737505626,
- "size": 821
},+
"lib/SPVM/Native/Compiler.c": { … - "mtime": 1737335238,
- "size": 10635
},+
"lib/SPVM/Native/Compiler.config": { … - "mtime": 1737335238,
- "size": 218
},+
"lib/SPVM/Native/Compiler.pm": { … - "license": "Perl_5,MIT",
- "module": "SPVM::Native::Compiler",
- "mtime": 1737335238,
- "size": 4445
},+
"lib/SPVM/Native/Compiler.spvm": { … - "mtime": 1737335238,
- "size": 1629
},+
"lib/SPVM/Native/Constant.c": { … - "mtime": 1737335238,
- "size": 129
},+
"lib/SPVM/Native/Constant.config": { … - "mtime": 1737335238,
- "size": 177
},+
"lib/SPVM/Native/Constant.pm": { … - "license": "MIT",
- "module": "SPVM::Native::Constant",
- "mtime": 1737335238,
- "size": 2186
},+
"lib/SPVM/Native/Constant.spvm": { … - "mtime": 1737335238,
- "size": 1714
},+
"lib/SPVM/Native/Env.c": { … - "mtime": 1737335238,
- "size": 1387
},+
"lib/SPVM/Native/Env.config": { … - "mtime": 1737335238,
- "size": 218
},+
"lib/SPVM/Native/Env.pm": { … - "license": "MIT",
- "module": "SPVM::Native::Env",
- "mtime": 1737335238,
- "size": 1062
},+
"lib/SPVM/Native/Env.spvm": { … - "mtime": 1737335238,
- "size": 596
},+
"lib/SPVM/Native/Field.c": { … - "mtime": 1737335238,
- "size": 5250
},+
"lib/SPVM/Native/Field.config": { … - "mtime": 1737335238,
- "size": 179
},+
"lib/SPVM/Native/Field.pm": { … - "license": "MIT",
- "module": "SPVM::Native::Field",
- "mtime": 1737335238,
- "size": 1312
},+
"lib/SPVM/Native/Field.spvm": { … - "mtime": 1737335238,
- "size": 760
},+
"lib/SPVM/Native/Method.c": { … - "mtime": 1737335238,
- "size": 15643
},+
"lib/SPVM/Native/Method.config": { … - "mtime": 1737335238,
- "size": 179
},+
"lib/SPVM/Native/Method.pm": { … - "license": "MIT",
- "module": "SPVM::Native::Method",
- "mtime": 1737335238,
- "size": 3871
},+
"lib/SPVM/Native/Method.spvm": { … - "mtime": 1737335238,
- "size": 1582
},+
"lib/SPVM/Native/MethodCall.c": { … - "mtime": 1737335238,
- "size": 38341
},+
"lib/SPVM/Native/MethodCall.config": { … - "mtime": 1737335238,
- "size": 177
},+
"lib/SPVM/Native/MethodCall.pm": { … - "license": "MIT",
- "module": "SPVM::Native::MethodCall",
- "mtime": 1737335238,
- "size": 6947
},+
"lib/SPVM/Native/MethodCall.spvm": { … - "mtime": 1737335238,
- "size": 3468
},+
"lib/SPVM/Native/MethodCall/Error/ExceptionThrown.spvm": { … - "mtime": 1737335238,
- "size": 50
},+
"lib/SPVM/Native/Runtime.c": { … - "mtime": 1737335238,
- "size": 13238
},+
"lib/SPVM/Native/Runtime.config": { … - "mtime": 1737335238,
- "size": 218
},+
"lib/SPVM/Native/Runtime.pm": { … - "license": "MIT",
- "module": "SPVM::Native::Runtime",
- "mtime": 1737335238,
- "size": 4097
},+
"lib/SPVM/Native/Runtime.spvm": { … - "mtime": 1737335238,
- "size": 3341
},+
"lib/SPVM/Native/Stack.c": { … - "mtime": 1737335238,
- "size": 707
},+
"lib/SPVM/Native/Stack.config": { … - "mtime": 1737335238,
- "size": 218
},+
"lib/SPVM/Native/Stack.pm": { … - "license": "MIT",
- "module": "SPVM::Native::Stack",
- "mtime": 1737335238,
- "size": 1025
},+
"lib/SPVM/Native/Stack.spvm": { … - "mtime": 1737335238,
- "size": 493
},+
"lib/SPVM/Packer.pm": { … - "license": "MIT",
- "module": "SPVM::Packer",
- "mtime": 1737335238,
- "size": 3952
},+
"lib/SPVM/Packer.spvm": { … - "mtime": 1737335238,
- "size": 19458
},+
"lib/SPVM/Packer/Specifier.pm": { … - "license": "MIT",
- "module": "SPVM::Packer::Specifier",
- "mtime": 1737335238,
- "size": 369
},+
"lib/SPVM/Packer/Specifier.spvm": { … - "mtime": 1737335238,
- "size": 553
},+
"lib/SPVM/Point.pm": { … - "license": "MIT",
- "module": "SPVM::Point",
- "mtime": 1737335238,
- "size": 1651
},+
"lib/SPVM/Point.spvm": { … - "mtime": 1737335237,
- "size": 1188
},+
"lib/SPVM/Point3D.pm": { … - "license": "MIT",
- "module": "SPVM::Point3D",
- "mtime": 1737335238,
- "size": 1737
},+
"lib/SPVM/Point3D.spvm": { … - "mtime": 1737335238,
- "size": 1170
},+
"lib/SPVM/SPVM.pm": { … - "license": "MIT",
- "module": "SPVM::SPVM",
- "mtime": 1737335238,
- "size": 306
},+
"lib/SPVM/Scope/Guard.pm": { … - "license": "MIT",
- "module": "SPVM::Scope::Guard",
- "mtime": 1737335238,
- "size": 1292
},+
"lib/SPVM/Scope/Guard.spvm": { … - "mtime": 1737335238,
- "size": 466
},+
"lib/SPVM/Short.pm": { … - "license": "MIT",
- "module": "SPVM::Short",
- "mtime": 1737335238,
- "size": 643
},+
"lib/SPVM/ShortList.pm": { … - "license": "MIT",
- "module": "SPVM::ShortList",
- "mtime": 1743559150,
- "size": 6567
},+
"lib/SPVM/ShortList.spvm": { … - "mtime": 1739939877,
- "size": 8569
},+
"lib/SPVM/Sort.pm": { … - "license": "MIT",
- "module": "SPVM::Sort",
- "mtime": 1737335238,
- "size": 13542
},+
"lib/SPVM/Sort.spvm": { … - "mtime": 1737335238,
- "size": 22688
},+
"lib/SPVM/StringBuffer.pm": { … - "license": "MIT",
- "module": "SPVM::StringBuffer",
- "mtime": 1743559150,
- "size": 7262
},+
"lib/SPVM/StringBuffer.spvm": { … - "mtime": 1743559150,
- "size": 9074
},+
"lib/SPVM/StringList.pm": { … - "license": "MIT",
- "module": "SPVM::StringList",
- "mtime": 1739939877,
- "size": 5521
},+
"lib/SPVM/StringList.spvm": { … - "mtime": 1739939877,
- "size": 2611
},+
"lib/SPVM/Stringable.pm": { … - "license": "MIT",
- "module": "SPVM::Stringable",
- "mtime": 1737335238,
- "size": 652
},+
"lib/SPVM/Stringable.spvm": { … - "mtime": 1737335238,
- "size": 146
},+
"lib/SPVM/Stringer.pm": { … - "license": "MIT",
- "module": "SPVM::Stringer",
- "mtime": 1737335238,
- "size": 719
},+
"lib/SPVM/Stringer.spvm": { … - "mtime": 1737335238,
- "size": 150
},+
"lib/SPVM/Sync/Mutex.c": { … - "mtime": 1737335238,
- "size": 1702
},+
"lib/SPVM/Sync/Mutex.config": { … - "mtime": 1737335238,
- "size": 177
},+
"lib/SPVM/Sync/Mutex.pm": { … - "license": "MIT",
- "module": "SPVM::Sync::Mutex",
- "mtime": 1737335238,
- "size": 1482
},+
"lib/SPVM/Sync/Mutex.spvm": { … - "mtime": 1737335238,
- "size": 376
},+
"logo/spvm_logo.jpg": { … - "mtime": 1734395350,
- "size": 47907
},+
"ppport.h": { … - "mtime": 1734395350,
- "size": 559260
},+
"script/spvm": { … - "license": "MIT",
- "mtime": 1737337210,
- "size": 5480
},+
"script/spvmcc": { … - "license": "MIT",
- "mtime": 1737337210,
- "size": 8284
},+
"script/spvmdeps": { … - "license": "MIT",
- "mtime": 1737098739,
- "size": 7969
},+
"script/spvmdist": { … - "license": "MIT",
- "mtime": 1737098739,
- "size": 5385
},+
"solo/lib/SPVM/TestCase.spvm": { … - "mtime": 1736118158,
- "size": 45279
},+
"solo/lib/SPVM/TestCase/Callback1.spvm": { … - "mtime": 1736118158,
- "size": 97
},+
"solo/lib/SPVM/TestCase/Callback2.spvm": { … - "mtime": 1736118158,
- "size": 153
},+
"solo/lib/SPVM/TestCase/CommonInterface.spvm": { … - "mtime": 1736118158,
- "size": 269
},+
"solo/lib/SPVM/TestCase/Comparator.spvm": { … - "mtime": 1736118158,
- "size": 97
},+
"solo/lib/SPVM/TestCase/Comparator/Byte.spvm": { … - "mtime": 1736118158,
- "size": 99
},+
"solo/lib/SPVM/TestCase/ComparatorAnon.spvm": { … - "mtime": 1736118158,
- "size": 89
},+
"solo/lib/SPVM/TestCase/ComplexCalc.spvm": { … - "mtime": 1736118158,
- "size": 277
},+
"solo/lib/SPVM/TestCase/Complex_2d.spvm": { … - "mtime": 1736118158,
- "size": 80
},+
"solo/lib/SPVM/TestCase/Complex_2f.spvm": { … - "mtime": 1736118158,
- "size": 78
},+
"solo/lib/SPVM/TestCase/Data/Weaken.spvm": { … - "mtime": 1736118158,
- "size": 99
},+
"solo/lib/SPVM/TestCase/Destructor.spvm": { … - "mtime": 1736118158,
- "size": 211
},+
"solo/lib/SPVM/TestCase/DumpTest1.spvm": { … - "mtime": 1736118158,
- "size": 354
},+
"solo/lib/SPVM/TestCase/EnumA.spvm": { … - "mtime": 1736118158,
- "size": 57
},+
"solo/lib/SPVM/TestCase/EnumB.spvm": { … - "mtime": 1736118158,
- "size": 51
},+
"solo/lib/SPVM/TestCase/EnumC.spvm": { … - "mtime": 1736118158,
- "size": 42
},+
"solo/lib/SPVM/TestCase/EnumD.spvm": { … - "mtime": 1736118158,
- "size": 81
},+
"solo/lib/SPVM/TestCase/GenericList.spvm": { … - "mtime": 1736118158,
- "size": 957
},+
"solo/lib/SPVM/TestCase/ImplementCallback1.spvm": { … - "mtime": 1736118158,
- "size": 235
},+
"solo/lib/SPVM/TestCase/ImplementCallback2.spvm": { … - "mtime": 1736118158,
- "size": 238
},+
"solo/lib/SPVM/TestCase/Inline.spvm": { … - "mtime": 1736118158,
- "size": 281
},+
"solo/lib/SPVM/TestCase/List.spvm": { … - "mtime": 1736118158,
- "size": 1888
},+
"solo/lib/SPVM/TestCase/Minimal.spvm": { … - "mtime": 1736118158,
- "size": 484
},+
"solo/lib/SPVM/TestCase/Minimal/XGetter.spvm": { … - "mtime": 1736118158,
- "size": 247
},+
"solo/lib/SPVM/TestCase/MinimalExtend.spvm": { … - "mtime": 1736118158,
- "size": 432
},+
"solo/lib/SPVM/TestCase/Point_3b.spvm": { … - "mtime": 1736118158,
- "size": 88
},+
"solo/lib/SPVM/TestCase/Point_3d.spvm": { … - "mtime": 1736118158,
- "size": 94
},+
"solo/lib/SPVM/TestCase/Point_3f.spvm": { … - "mtime": 1736118158,
- "size": 91
},+
"solo/lib/SPVM/TestCase/Point_3i.spvm": { … - "mtime": 1736118158,
- "size": 85
},+
"solo/lib/SPVM/TestCase/Point_3l.spvm": { … - "mtime": 1736118158,
- "size": 88
},+
"solo/lib/SPVM/TestCase/Point_3s.spvm": { … - "mtime": 1736118158,
- "size": 91
},+
"solo/lib/SPVM/TestCase/Pointer.spvm": { … - "mtime": 1736118158,
- "size": 35
},+
"solo/lib/SPVM/TestCase/Simple.spvm": { … - "mtime": 1736118158,
- "size": 1310
},+
"solo/lib/SPVM/TestCase/Weaken.spvm": { … - "mtime": 1736118158,
- "size": 405
},+
"solo/lib/SPVM/TestCase/Weaken2.spvm": { … - "mtime": 1736118158,
- "size": 239
},+
"solo/script/myapp.spvm": { … - "mtime": 1736118158,
- "size": 150
},+
"t/00_builder/CC.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM::Builder::CC": "0",
- "SPVM::Builder::Config": "0",
- "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 3418
},+
"t/00_builder/Config-Exe.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM::Builder::Config::Exe": "0",
- "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 269
},+
"t/00_builder/Config.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM::Builder::Config": "0",
- "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 2094
},+
"t/00_builder/ConfigBuilder.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "FindBin": "0",
- "SPVM::Builder::Config": "0",
- "SPVM::MyClass::ConfigBuilder": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 448
},+
"t/00_builder/LinkInfo.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM::Builder::Config": "0",
- "SPVM::Builder::LinkInfo": "0",
- "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 465
},+
"t/00_builder/ObjectFileInfo.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM::Builder::ObjectFileInfo": "0",
- "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 212
},+
"t/00_builder/ScriptInfo.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM::Builder::ScriptInfo": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1901
},+
"t/00_builder/Util.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM::Builder::Util": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 438
},+
"t/00_builder/lib/SPVM/MyClass/ConfigBuilder.pm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 167
},+
"t/00_builder/makefile.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 781
},+
"t/01_syntax/check.t": { … - "mtime": 1743559150,
- "no_index": 1,
+
"requires": { … },- "size": 62060
},+
"t/01_syntax/dist.pl": { … - "mtime": 1727334897,
- "no_index": 1,
- "size": 217
},+
"t/01_syntax/extra_definition.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "MyTest": "0",
- "SPVM::Builder": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 7524
},+
"t/01_syntax/extra_operator.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "MyTest": "0",
- "SPVM::Builder": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 5165
},+
"t/01_syntax/extra_others.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "FindBin": "0",
- "MyTest": "0",
- "SPVM::Builder": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 728
},+
"t/01_syntax/extra_statement.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "MyTest": "0",
- "SPVM::Builder": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 728
},+
"t/01_syntax/extra_type.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "MyTest": "0",
- "SPVM::Builder": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 1374
},+
"t/01_syntax/issues/522.pl": { … - "mtime": 1734395350,
- "no_index": 1,
- "size": 399
},+
"t/01_syntax/lib/MyTest.pm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 4946
},+
"t/01_syntax/lib/SPVM/CompileError/Assign/ConstToNoConst.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 186
},+
"t/01_syntax/lib/SPVM/CompileError/Assign/DifferentObject.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 194
},+
"t/01_syntax/lib/SPVM/CompileError/Assign/NarrwoingConvertionIntToByte.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 123
},+
"t/01_syntax/lib/SPVM/CompileError/Assign/NarrwoingConvertionIntToShort.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 127
},+
"t/01_syntax/lib/SPVM/CompileError/Assign/NarrwoingConvertionLongToByte.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 125
},+
"t/01_syntax/lib/SPVM/CompileError/Assign/NarrwoingConvertionLongToInt.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 130
},+
"t/01_syntax/lib/SPVM/CompileError/Assign/NarrwoingConvertionLongToShort.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 129
},+
"t/01_syntax/lib/SPVM/CompileError/Assign/NotNumericToNumeric.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 157
},+
"t/01_syntax/lib/SPVM/CompileError/BitNot/NotIntegral.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 90
},+
"t/01_syntax/lib/SPVM/CompileError/Bool/NotNumericObject.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 164
},+
"t/01_syntax/lib/SPVM/CompileError/CallMethod/ClassNotFound.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 112
},+
"t/01_syntax/lib/SPVM/CompileError/CallMethod/NotFound.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 106
},+
"t/01_syntax/lib/SPVM/CompileError/Class/ClassNameDifferntFromClassFileName.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 55
},+
"t/01_syntax/lib/SPVM/CompileError/Class/ClassNameDifferntFromClassFileNameWithAnonField.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 206
},+
"t/01_syntax/lib/SPVM/CompileError/Class/NotClosed.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 63
},+
"t/01_syntax/lib/SPVM/CompileError/Class/classPartNameStartWithLowerCase.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 66
},+
"t/01_syntax/lib/SPVM/CompileError/ClassVar/OurClassVarNameColon2Twice.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 86
},+
"t/01_syntax/lib/SPVM/CompileError/ClassVar/OurClassVarNameContainsUnderScoreTwice.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 96
},+
"t/01_syntax/lib/SPVM/CompileError/ClassVar/OurClassVarNameEndColon2.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 79
},+
"t/01_syntax/lib/SPVM/CompileError/ClassVar/OurClassVarNameInvalidColon.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 84
},+
"t/01_syntax/lib/SPVM/CompileError/ClassVar/OurClassVarNameStartDigit.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 79
},+
"t/01_syntax/lib/SPVM/CompileError/ClassVar/PackageVar/OurPackageVarNameColon2Twice.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 80
},+
"t/01_syntax/lib/SPVM/CompileError/ClassVar/PackageVar/OurPackageVarNameContainsUnderScoreTwice.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 96
},+
"t/01_syntax/lib/SPVM/CompileError/ClassVar/PackageVar/OurPackageVarNameEndColon2.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 79
},+
"t/01_syntax/lib/SPVM/CompileError/ClassVar/PackageVar/OurPackageVarNameInvalidColon.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 84
},+
"t/01_syntax/lib/SPVM/CompileError/ClassVar/PackageVar/OurPackageVarNameStartDigit.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 79
},+
"t/01_syntax/lib/SPVM/CompileError/ClassVar/PackageVar/Private.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 141
},+
"t/01_syntax/lib/SPVM/CompileError/ClassVar/Private.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 141
},+
"t/01_syntax/lib/SPVM/CompileError/Convert/ConvertFromByteArrayToString.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 163
},+
"t/01_syntax/lib/SPVM/CompileError/Convert/ConvertFromMultiNumericType.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 192
},+
"t/01_syntax/lib/SPVM/CompileError/Convert/ConvertFromRef.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 201
},+
"t/01_syntax/lib/SPVM/CompileError/Convert/ConvertFromStringToByteArray.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 155
},+
"t/01_syntax/lib/SPVM/CompileError/Convert/ConvertToInterface.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 331
},+
"t/01_syntax/lib/SPVM/CompileError/Convert/ConvertToRef.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 141
},+
"t/01_syntax/lib/SPVM/CompileError/Divide/DivuiLeftIsNotInt.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 105
},+
"t/01_syntax/lib/SPVM/CompileError/Divide/DivuiRightIsNotInt.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 106
},+
"t/01_syntax/lib/SPVM/CompileError/Divide/DivulLeftIsNotLong.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 107
},+
"t/01_syntax/lib/SPVM/CompileError/Divide/DivulRightIsNotLong.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 108
},+
"t/01_syntax/lib/SPVM/CompileError/Divide/LeftIsNotNumeric.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 170
},+
"t/01_syntax/lib/SPVM/CompileError/Divide/RightIsNotNumeric.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 171
},+
"t/01_syntax/lib/SPVM/CompileError/Enum/PrivateAccess.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 137
},+
"t/01_syntax/lib/SPVM/CompileError/Field/HasFieldNameContainsUnderScoreTwice.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 89
},+
"t/01_syntax/lib/SPVM/CompileError/Field/HasFieldNameStartDigit.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 72
},+
"t/01_syntax/lib/SPVM/CompileError/Field/Private.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 161
},+
"t/01_syntax/lib/SPVM/CompileError/ForTest.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 87
},+
"t/01_syntax/lib/SPVM/CompileError/Interface/ArrayElementCantAssign.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 304
},+
"t/01_syntax/lib/SPVM/CompileError/Interface/HasImplNotFound.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 272
},+
"t/01_syntax/lib/SPVM/CompileError/Interface/HaveBlock.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 127
},+
"t/01_syntax/lib/SPVM/CompileError/Interface/NativeMethod.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 131
},+
"t/01_syntax/lib/SPVM/CompileError/Interface/NoMethods.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 60
},+
"t/01_syntax/lib/SPVM/CompileError/Interface/StaticMethod.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 133
},+
"t/01_syntax/lib/SPVM/CompileError/InvalidType.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 91
},+
"t/01_syntax/lib/SPVM/CompileError/Isa/LeftIsNotObject.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 174
},+
"t/01_syntax/lib/SPVM/CompileError/Literal/Character/InvalidCharacterLiteral.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 114
},+
"t/01_syntax/lib/SPVM/CompileError/Literal/Character/InvalidCharacterLiteralEmpty.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 117
},+
"t/01_syntax/lib/SPVM/CompileError/Literal/Character/InvalidHexAscii1.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 109
},+
"t/01_syntax/lib/SPVM/CompileError/Literal/Character/InvalidHexAscii2.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 109
},+
"t/01_syntax/lib/SPVM/CompileError/Literal/Character/NotEnd.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 95
},+
"t/01_syntax/lib/SPVM/CompileError/Literal/Integer/IntOutOfRange.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 136
},+
"t/01_syntax/lib/SPVM/CompileError/LocalVar/LocalVarNameColon2Twice.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 118
},+
"t/01_syntax/lib/SPVM/CompileError/LocalVar/LocalVarNameContainsUnderScoreTwice.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 128
},+
"t/01_syntax/lib/SPVM/CompileError/LocalVar/LocalVarNameEndColon2.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 111
},+
"t/01_syntax/lib/SPVM/CompileError/LocalVar/LocalVarNameInvalidColon.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 116
},+
"t/01_syntax/lib/SPVM/CompileError/LocalVar/LocalVarNameStartDigit.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 111
},+
"t/01_syntax/lib/SPVM/CompileError/Method/INIT.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 78
},+
"t/01_syntax/lib/SPVM/CompileError/Method/MethodNameContainsUnderScoreTwice.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 103
},+
"t/01_syntax/lib/SPVM/CompileError/Method/MethodNameStartDigit.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 87
},+
"t/01_syntax/lib/SPVM/CompileError/Method/TooManyArguments.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 3336
},+
"t/01_syntax/lib/SPVM/CompileError/Method/TooManyArgumentsMulnum.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 3343
},+
"t/01_syntax/lib/SPVM/CompileError/Modulo/LeftIsNotIntegral.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 99
},+
"t/01_syntax/lib/SPVM/CompileError/Modulo/RemuiLeftIsNotInt.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 105
},+
"t/01_syntax/lib/SPVM/CompileError/Modulo/RemuiRightIsNotInt.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 106
},+
"t/01_syntax/lib/SPVM/CompileError/Modulo/RemulLeftIsNotLong.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 107
},+
"t/01_syntax/lib/SPVM/CompileError/Modulo/RemulRightIsNotLong.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 108
},+
"t/01_syntax/lib/SPVM/CompileError/Modulo/RightIsNotIntegral.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 100
},+
"t/01_syntax/lib/SPVM/CompileError/MultiNumeric/Fields17.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 338
},+
"t/01_syntax/lib/SPVM/CompileError/MultiNumeric/Fields256.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 4559
},+
"t/01_syntax/lib/SPVM/CompileError/MultiNumeric/FieldsZero.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 60
},+
"t/01_syntax/lib/SPVM/CompileError/Multiply/LeftIsNotNumeric.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 172
},+
"t/01_syntax/lib/SPVM/CompileError/Multiply/RightIsNotNumeric.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 173
},+
"t/01_syntax/lib/SPVM/CompileError/New/Private.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 126
},+
"t/01_syntax/lib/SPVM/CompileError/OArray/AssignNumeric.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 118
},+
"t/01_syntax/lib/SPVM/CompileError/OArray/AssignNumericArray.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 132
},+
"t/01_syntax/lib/SPVM/CompileError/String/AssignNonMutableToMutable.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 135
},+
"t/01_syntax/lib/SPVM/CompileError/String/CharacterAssign.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 137
},+
"t/01_syntax/lib/SPVM/CompileError/Sub/Begin.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 79
},+
"t/01_syntax/lib/SPVM/CompileError/Sub/SubNameContainsUnderScoreTwice.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 103
},+
"t/01_syntax/lib/SPVM/CompileError/Sub/SubNameStartDigit.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 87
},+
"t/01_syntax/lib/SPVM/CompileError/Syntax/LineNumber.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 105
},+
"t/01_syntax/lib/SPVM/CompileError/Type/MultiDimensionalAnyObject.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 186
},+
"t/01_syntax/lib/SPVM/CompileError/Type/MutableNoStringCaseInt.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 118
},+
"t/01_syntax/lib/SPVM/CompileError/Type/MutableNoStringCaseStringArray.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 131
},+
"t/01_syntax/lib/SPVM/CompileError/TypeCantBeDetectedUndef.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 107
},+
"t/01_syntax/lib/SPVM/CompileError/TypeCantBeDetectedUndefDefault.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 106
},+
"t/01_syntax/lib/SPVM/CompileError/TypeComment/NotExistType.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 105
},+
"t/01_syntax/lib/SPVM/CompileError/UnaryMinus/NotNumeric.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 137
},+
"t/01_syntax/lib/SPVM/CompileError/UnaryPlus/NotNumeric.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 136
},+
"t/01_syntax/lib/SPVM/CompileError/Use/AliasDuplication.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 83
},+
"t/01_syntax/lib/SPVM/CompileError/Use/AliasStartsLowerCase.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 70
},+
"t/01_syntax/lib/SPVM/CompileError/Use/ImportMethodNotFound.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 73
},+
"t/01_syntax/lib/SPVM/CompileError/Weaken/IsweakFieldNotObjectType.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 180
},+
"t/01_syntax/lib/SPVM/CompileError/Weaken/UnweakenFieldNotObjectType.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 184
},+
"t/01_syntax/lib/SPVM/CompileError/Weaken/WeakenFieldNotObjectType.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 180
},+
"t/01_syntax/op.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "MyTest": "0",
- "SPVM::Builder": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 15422
},+
"t/01_syntax/perl_program.pl": { … - "mtime": 1727334897,
- "no_index": 1,
- "size": 124
},+
"t/01_syntax/toke.t": { … - "mtime": 1737505626,
- "no_index": 1,
+
"requires": { … - "MyTest": "0",
- "SPVM::Builder": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 25845
},+
"t/01_syntax/type_can_assign.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … },- "size": 33722
},+
"t/01_syntax/type_can_cast.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "MyTest": "0",
- "SPVM::Builder": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 29839
},+
"t/01_syntax/yacc.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "File::Temp": "0",
- "MyTest": "0",
- "SPVM::Builder": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 981
},+
"t/02_vm/00_minimal/000_000_use_spvm.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 77
},+
"t/02_vm/00_minimal/000_001_use_spvm_noimport.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 80
},+
"t/02_vm/00_minimal/000_002_use_spvm_call_exchange_api_only.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 135
},+
"t/02_vm/00_minimal/000_002_use_spvm_call_exchange_api_only_plus.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 248
},+
"t/02_vm/00_minimal/000_003_use_spvm_noimport_call_exchange_api_only.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 138
},+
"t/02_vm/00_minimal/001_use_empty_class.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 137
},+
"t/02_vm/00_minimal/002_use_minimal_method_class.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 129
},+
"t/02_vm/00_minimal/003_call_minimal_method.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "Config": "0",
- "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 447
},+
"t/02_vm/01_toke/comment.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 462
},+
"t/02_vm/01_toke/fat_camma.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 500
},+
"t/02_vm/01_toke/heredoc.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 489
},+
"t/02_vm/01_toke/line_directive.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 473
},+
"t/02_vm/01_toke/literal_character.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 639
},+
"t/02_vm/01_toke/literal_floating_point.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 583
},+
"t/02_vm/01_toke/literal_heredoc.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 976
},+
"t/02_vm/01_toke/literal_integer.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1188
},+
"t/02_vm/01_toke/literal_string.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 976
},+
"t/02_vm/01_toke/literal_string_single_quote.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 591
},+
"t/02_vm/01_toke/literal_undef.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 482
},+
"t/02_vm/01_toke/symbol_name.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 295
},+
"t/02_vm/02_parser/inline.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 770
},+
"t/02_vm/02_parser/precedence.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 473
},+
"t/02_vm/03_definition/accessor.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 528
},+
"t/02_vm/03_definition/alias.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 458
},+
"t/02_vm/03_definition/allow.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 462
},+
"t/02_vm/03_definition/enum.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 466
},+
"t/02_vm/03_definition/inheritance.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 460
},+
"t/02_vm/03_definition/init_statement.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 488
},+
"t/02_vm/03_definition/interface.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 713
},+
"t/02_vm/03_definition/mulnum.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 725
},+
"t/02_vm/03_definition/mulnum_array.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 796
},+
"t/02_vm/03_definition/type_comment.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 474
},+
"t/02_vm/04_statement/die.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "File::Basename": "0",
- "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2485
},+
"t/02_vm/04_statement/for.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 844
},+
"t/02_vm/04_statement/if.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 961
},+
"t/02_vm/04_statement/require.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 497
},+
"t/02_vm/04_statement/return.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 521
},+
"t/02_vm/04_statement/switch.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 537
},+
"t/02_vm/04_statement/unless.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 652
},+
"t/02_vm/04_statement/while.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 691
},+
"t/02_vm/05_op/__FILE__.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 469
},+
"t/02_vm/05_op/__LINE__.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 566
},+
"t/02_vm/05_op/__PACKAGE__.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 470
},+
"t/02_vm/05_op/addition.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1721
},+
"t/02_vm/05_op/anon_method.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1028
},+
"t/02_vm/05_op/array_access.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 903
},+
"t/02_vm/05_op/array_big_size.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1128
},+
"t/02_vm/05_op/array_initialization.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1191
},+
"t/02_vm/05_op/array_length.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 808
},+
"t/02_vm/05_op/array_middle_size.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1157
},+
"t/02_vm/05_op/assign.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4589
},+
"t/02_vm/05_op/basic_type_id.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 479
},+
"t/02_vm/05_op/bit_operator.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1945
},+
"t/02_vm/05_op/class_var_access.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1155
},+
"t/02_vm/05_op/comparison_operator.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 1401
},+
"t/02_vm/05_op/compile_type_name.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 544
},+
"t/02_vm/05_op/condition_evaluation.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 812
},+
"t/02_vm/05_op/constant.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4228
},+
"t/02_vm/05_op/copy.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 474
},+
"t/02_vm/05_op/decrement.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1965
},+
"t/02_vm/05_op/defined_or.t": { … - "mtime": 1743559150,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 449
},+
"t/02_vm/05_op/destroy.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 572
},+
"t/02_vm/05_op/division.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1495
},+
"t/02_vm/05_op/dump.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "Devel::Peek": "0",
- "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 4428
},+
"t/02_vm/05_op/field_access.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 919
},+
"t/02_vm/05_op/increment.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1962
},+
"t/02_vm/05_op/is_compile_type.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 512
},+
"t/02_vm/05_op/is_type.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 532
},+
"t/02_vm/05_op/isa.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1092
},+
"t/02_vm/05_op/length.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 498
},+
"t/02_vm/05_op/local_var.t": { … - "mtime": 1740102331,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 728
},+
"t/02_vm/05_op/logical_operator.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2085
},+
"t/02_vm/05_op/make_read_only.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 539
},+
"t/02_vm/05_op/method_call.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "Config": "0",
- "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7818
},+
"t/02_vm/05_op/modulo.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1114
},+
"t/02_vm/05_op/mulnum_array.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1267
},+
"t/02_vm/05_op/multiplication.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1888
},+
"t/02_vm/05_op/new.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1009
},+
"t/02_vm/05_op/new_array.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 811
},+
"t/02_vm/05_op/new_string_len.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 491
},+
"t/02_vm/05_op/print.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "File::Path": "0",
- "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "TestFile": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2899
},+
"t/02_vm/05_op/reference.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2673
},+
"t/02_vm/05_op/say.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "File::Path": "0",
- "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "TestFile": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2906
},+
"t/02_vm/05_op/sequential.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 479
},+
"t/02_vm/05_op/special_assign.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2407
},+
"t/02_vm/05_op/string_concatenation.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 835
},+
"t/02_vm/05_op/string_data.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 529
},+
"t/02_vm/05_op/subtraction.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1918
},+
"t/02_vm/05_op/ternary_op.t": { … - "mtime": 1743559150,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 461
},+
"t/02_vm/05_op/type_cast.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6381
},+
"t/02_vm/05_op/type_initial_value.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1318
},+
"t/02_vm/05_op/type_name.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 522
},+
"t/02_vm/05_op/unary_minus.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 935
},+
"t/02_vm/05_op/unary_plus.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 923
},+
"t/02_vm/05_op/warn.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "File::Path": "0",
- "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "TestFile": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5501
},+
"t/02_vm/05_op/weaken.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4947
},+
"t/02_vm/06_native_api/compile_native_api.pl": { … - "mtime": 1734395350,
- "no_index": 1,
- "size": 130
},+
"t/02_vm/06_native_api/native_api.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "Config": "0",
- "Errno": "0",
- "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 11172
},+
"t/02_vm/06_native_api/native_api_cached.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "Config": "0",
- "FindBin": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "Time::HiRes": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 15104
},+
"t/02_vm/06_native_api/native_api_cpp.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 558
},+
"t/02_vm/06_native_api/native_api_link_info.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "Config": "0",
- "Errno": "0",
- "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1118
},+
"t/02_vm/06_native_api/native_api_src.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "Config": "0",
- "Errno": "0",
- "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 652
},+
"t/02_vm/06_native_api/resource.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1352
},+
"t/02_vm/07_exchange_api/exchange_api.t": { … - "mtime": 1737503560,
- "no_index": 1,
+
"requires": { … },- "size": 65399
},+
"t/02_vm/07_exchange_api/exchange_api_call_method.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … },- "size": 47461
},+
"t/02_vm/08_module/Array.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "TestFile": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4712
},+
"t/02_vm/08_module/Bool.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 477
},+
"t/02_vm/08_module/Byte.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 478
},+
"t/02_vm/08_module/ByteList.t": { … - "mtime": 1739939877,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1404
},+
"t/02_vm/08_module/Cloner.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 491
},+
"t/02_vm/08_module/CommandInfo.t": { … - "mtime": 1737352228,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 663
},+
"t/02_vm/08_module/Comparator.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 507
},+
"t/02_vm/08_module/Complex_2d.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 874
},+
"t/02_vm/08_module/Complex_2f.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 874
},+
"t/02_vm/08_module/Double.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 484
},+
"t/02_vm/08_module/DoubleList.t": { … - "mtime": 1739939877,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1448
},+
"t/02_vm/08_module/EqualityChecker.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 528
},+
"t/02_vm/08_module/Error.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 485
},+
"t/02_vm/08_module/Error/System.t": { … - "mtime": 1737352228,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 129
},+
"t/02_vm/08_module/Float.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 481
},+
"t/02_vm/08_module/FloatList.t": { … - "mtime": 1739939877,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1426
},+
"t/02_vm/08_module/Fn.t": { … - "mtime": 1737505626,
- "no_index": 1,
+
"requires": { … - "Config": "0",
- "POSIX": "0",
- "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "TestFile": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 11218
},+
"t/02_vm/08_module/Format.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "TestFile": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 26977
},+
"t/02_vm/08_module/Hash.t": { … - "mtime": 1738898439,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2001
},+
"t/02_vm/08_module/Immutable/ByteList.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 736
},+
"t/02_vm/08_module/Immutable/DoubleList.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 750
},+
"t/02_vm/08_module/Immutable/FloatList.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 743
},+
"t/02_vm/08_module/Immutable/IntList.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 729
},+
"t/02_vm/08_module/Immutable/LongList.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 736
},+
"t/02_vm/08_module/Immutable/ShortList.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 743
},+
"t/02_vm/08_module/Immutable/StringList.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 750
},+
"t/02_vm/08_module/Int.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 476
},+
"t/02_vm/08_module/IntList.t": { … - "mtime": 1739939877,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1382
},+
"t/02_vm/08_module/List.t": { … - "mtime": 1739939877,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1430
},+
"t/02_vm/08_module/Long.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 479
},+
"t/02_vm/08_module/LongList.t": { … - "mtime": 1739939877,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1404
},+
"t/02_vm/08_module/Native/Argument.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1252
},+
"t/02_vm/08_module/Native/BasicType.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 617
},+
"t/02_vm/08_module/Native/Compiler.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 618
},+
"t/02_vm/08_module/Native/MethodCall.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 986
},+
"t/02_vm/08_module/Native/Runtime.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 697
},+
"t/02_vm/08_module/Packer.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1032
},+
"t/02_vm/08_module/Point.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "Devel::Peek": "0",
- "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 869
},+
"t/02_vm/08_module/Point3D.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "Devel::Peek": "0",
- "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 828
},+
"t/02_vm/08_module/Scope_Guard.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 500
},+
"t/02_vm/08_module/Short.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 482
},+
"t/02_vm/08_module/ShortList.t": { … - "mtime": 1739939877,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1426
},+
"t/02_vm/08_module/Sort.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1593
},+
"t/02_vm/08_module/StringBuffer.t": { … - "mtime": 1743559150,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1672
},+
"t/02_vm/08_module/StringList.t": { … - "mtime": 1739939877,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1388
},+
"t/02_vm/08_module/Sync/Mutex.t": { … - "mtime": 1737352228,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 489
},+
"t/02_vm/08_module/default_loaded_modules.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 655
},+
"t/02_vm/09_stdio/stdio.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "File::Path": "0",
- "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "TestFile": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2089
},+
"t/02_vm/10_thread_safe/thread_safe.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 503
},+
"t/02_vm/99_extra/examples.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "Devel::Peek": "0",
- "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 997
},+
"t/02_vm/99_extra/issue_507.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 476
},+
"t/02_vm/99_extra/issue_515.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 462
},+
"t/02_vm/99_extra/issue_567.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 462
},+
"t/02_vm/99_extra/issue_606.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "SPVM::Point3D": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 551
},+
"t/02_vm/99_extra/issue_645.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 462
},+
"t/02_vm/99_extra/issue_649.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 462
},+
"t/02_vm/99_extra/issues.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 460
},+
"t/02_vm/99_extra/version.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM": "0",
- "SPVM::Builder::Util": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1208
},+
"t/02_vm/lib/SPVM/4foo.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 15
},+
"t/02_vm/lib/SPVM/EmptyClass.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 21
},+
"t/02_vm/lib/SPVM/EmptyPackage.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 21
},+
"t/02_vm/lib/SPVM/MinimalMethod.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 65
},+
"t/02_vm/lib/SPVM/MyMath.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 206
},+
"t/02_vm/lib/SPVM/TestCase.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 6203
},+
"t/02_vm/lib/SPVM/TestCase/Accessor.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 7272
},+
"t/02_vm/lib/SPVM/TestCase/Alias.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 508
},+
"t/02_vm/lib/SPVM/TestCase/Allow.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 378
},+
"t/02_vm/lib/SPVM/TestCase/Allow/PrivateData.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 158
},+
"t/02_vm/lib/SPVM/TestCase/Comment/LF.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 252
},+
"t/02_vm/lib/SPVM/TestCase/Definition/InitStatement.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 634
},+
"t/02_vm/lib/SPVM/TestCase/Definition/InitStatement/Data.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 133
},+
"t/02_vm/lib/SPVM/TestCase/Destroy.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 1591
},+
"t/02_vm/lib/SPVM/TestCase/Destroy/Data/Basic.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 373
},+
"t/02_vm/lib/SPVM/TestCase/Destroy/Data/ExceptionNotOverride.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 350
},+
"t/02_vm/lib/SPVM/TestCase/Destroy/Data/InheritanceChild.spvm": { … - "mtime": 1741735584,
- "no_index": 1,
- "size": 240
},+
"t/02_vm/lib/SPVM/TestCase/Destroy/Data/InheritanceParent.spvm": { … - "mtime": 1741735584,
- "no_index": 1,
- "size": 267
},+
"t/02_vm/lib/SPVM/TestCase/Empty.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 27
},+
"t/02_vm/lib/SPVM/TestCase/Enum.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 1247
},+
"t/02_vm/lib/SPVM/TestCase/Enum/Data1.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 63
},+
"t/02_vm/lib/SPVM/TestCase/Examples.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 221
},+
"t/02_vm/lib/SPVM/TestCase/Exception.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 5728
},+
"t/02_vm/lib/SPVM/TestCase/ExchangeAPI.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 32008
},+
"t/02_vm/lib/SPVM/TestCase/FatCamma.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 381
},+
"t/02_vm/lib/SPVM/TestCase/Inheritance.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 975
},+
"t/02_vm/lib/SPVM/TestCase/InlineExpansion.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 671
},+
"t/02_vm/lib/SPVM/TestCase/Interface.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 8017
},+
"t/02_vm/lib/SPVM/TestCase/Interface/NoRequiredMethod.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 168
},+
"t/02_vm/lib/SPVM/TestCase/Interface/OptionalArgument.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 97
},+
"t/02_vm/lib/SPVM/TestCase/Interface/Point.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 234
},+
"t/02_vm/lib/SPVM/TestCase/Interface/Type.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 441
},+
"t/02_vm/lib/SPVM/TestCase/InterfaceNoRequiredMethodTest.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 942
},+
"t/02_vm/lib/SPVM/TestCase/Issues/Issue507/MyClass1.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 95
},+
"t/02_vm/lib/SPVM/TestCase/Issues/Issue507/MyClass2.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 178
},+
"t/02_vm/lib/SPVM/TestCase/Issues/Issue515.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 614
},+
"t/02_vm/lib/SPVM/TestCase/Issues/Issue515/Regex.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 165
},+
"t/02_vm/lib/SPVM/TestCase/Issues/Issue515/Regex/Match.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 186
},+
"t/02_vm/lib/SPVM/TestCase/Issues/Issue515/Regex/Replacer.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 289
},+
"t/02_vm/lib/SPVM/TestCase/Issues/Issue567.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 192
},+
"t/02_vm/lib/SPVM/TestCase/Issues/Issue645.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 645
},+
"t/02_vm/lib/SPVM/TestCase/Issues/Issue649.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 1079
},+
"t/02_vm/lib/SPVM/TestCase/LINEN.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 160
},+
"t/02_vm/lib/SPVM/TestCase/LINER.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 159
},+
"t/02_vm/lib/SPVM/TestCase/LINERN.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 366
},+
"t/02_vm/lib/SPVM/TestCase/LineDirective.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 596
},+
"t/02_vm/lib/SPVM/TestCase/Literal/Character.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 5876
},+
"t/02_vm/lib/SPVM/TestCase/Literal/FloatingPoint.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 5656
},+
"t/02_vm/lib/SPVM/TestCase/Literal/Heredoc.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 796
},+
"t/02_vm/lib/SPVM/TestCase/Literal/Integer.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 10603
},+
"t/02_vm/lib/SPVM/TestCase/Literal/String.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 16856
},+
"t/02_vm/lib/SPVM/TestCase/Literal/StringSingleQuote.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 1016
},+
"t/02_vm/lib/SPVM/TestCase/Literal/Undef.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 384
},+
"t/02_vm/lib/SPVM/TestCase/LocalVar.spvm": { … - "mtime": 1740102331,
- "no_index": 1,
- "size": 6181
},+
"t/02_vm/lib/SPVM/TestCase/Matrix4_16b.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 331
},+
"t/02_vm/lib/SPVM/TestCase/Matrix4_16d.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 363
},+
"t/02_vm/lib/SPVM/TestCase/Matrix4_16f.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 347
},+
"t/02_vm/lib/SPVM/TestCase/Matrix4_16i.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 315
},+
"t/02_vm/lib/SPVM/TestCase/Matrix4_16l.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 331
},+
"t/02_vm/lib/SPVM/TestCase/Matrix4_16s.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 347
},+
"t/02_vm/lib/SPVM/TestCase/Minimal.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 841
},+
"t/02_vm/lib/SPVM/TestCase/Module/Array.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 168745
},+
"t/02_vm/lib/SPVM/TestCase/Module/Bool.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 1702
},+
"t/02_vm/lib/SPVM/TestCase/Module/Byte.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 261
},+
"t/02_vm/lib/SPVM/TestCase/Module/ByteList.spvm": { … - "mtime": 1739939877,
- "no_index": 1,
- "size": 19102
},+
"t/02_vm/lib/SPVM/TestCase/Module/Cloner.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 787
},+
"t/02_vm/lib/SPVM/TestCase/Module/CommandInfo.spvm": { … - "mtime": 1737352228,
- "no_index": 1,
- "size": 457
},+
"t/02_vm/lib/SPVM/TestCase/Module/Comparator.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 1023
},+
"t/02_vm/lib/SPVM/TestCase/Module/Complex_2d.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 4811
},+
"t/02_vm/lib/SPVM/TestCase/Module/Complex_2f.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 4800
},+
"t/02_vm/lib/SPVM/TestCase/Module/Double.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 259
},+
"t/02_vm/lib/SPVM/TestCase/Module/DoubleList.spvm": { … - "mtime": 1739939877,
- "no_index": 1,
- "size": 19470
},+
"t/02_vm/lib/SPVM/TestCase/Module/EqualityChecker.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 935
},+
"t/02_vm/lib/SPVM/TestCase/Module/Error.spvm": { … - "mtime": 1743559150,
- "no_index": 1,
- "size": 490
},+
"t/02_vm/lib/SPVM/TestCase/Module/Float.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 261
},+
"t/02_vm/lib/SPVM/TestCase/Module/FloatList.spvm": { … - "mtime": 1739939877,
- "no_index": 1,
- "size": 19294
},+
"t/02_vm/lib/SPVM/TestCase/Module/Fn.c": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 323
},+
"t/02_vm/lib/SPVM/TestCase/Module/Fn.config": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 177
},+
"t/02_vm/lib/SPVM/TestCase/Module/Fn.spvm": { … - "mtime": 1740102331,
- "no_index": 1,
- "size": 169403
},+
"t/02_vm/lib/SPVM/TestCase/Module/Format.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 14816
},+
"t/02_vm/lib/SPVM/TestCase/Module/Hash.spvm": { … - "mtime": 1738898439,
- "no_index": 1,
- "size": 28959
},+
"t/02_vm/lib/SPVM/TestCase/Module/Immutable/ByteList.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 3502
},+
"t/02_vm/lib/SPVM/TestCase/Module/Immutable/DoubleList.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 3553
},+
"t/02_vm/lib/SPVM/TestCase/Module/Immutable/FloatList.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 3525
},+
"t/02_vm/lib/SPVM/TestCase/Module/Immutable/IntList.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 3469
},+
"t/02_vm/lib/SPVM/TestCase/Module/Immutable/LongList.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 3497
},+
"t/02_vm/lib/SPVM/TestCase/Module/Immutable/ShortList.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 3532
},+
"t/02_vm/lib/SPVM/TestCase/Module/Immutable/StringList.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 3143
},+
"t/02_vm/lib/SPVM/TestCase/Module/Int.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 261
},+
"t/02_vm/lib/SPVM/TestCase/Module/IntList.spvm": { … - "mtime": 1739939877,
- "no_index": 1,
- "size": 18942
},+
"t/02_vm/lib/SPVM/TestCase/Module/List.spvm": { … - "mtime": 1739939877,
- "no_index": 1,
- "size": 22312
},+
"t/02_vm/lib/SPVM/TestCase/Module/Long.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 263
},+
"t/02_vm/lib/SPVM/TestCase/Module/LongList.spvm": { … - "mtime": 1739939877,
- "no_index": 1,
- "size": 19118
},+
"t/02_vm/lib/SPVM/TestCase/Module/Mutex.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 137
},+
"t/02_vm/lib/SPVM/TestCase/Module/Native/Argument.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 6364
},+
"t/02_vm/lib/SPVM/TestCase/Module/Native/BasicType.spvm": { … - "mtime": 1740102331,
- "no_index": 1,
- "size": 2509
},+
"t/02_vm/lib/SPVM/TestCase/Module/Native/Compiler.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 3325
},+
"t/02_vm/lib/SPVM/TestCase/Module/Native/MethodCall.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 28113
},+
"t/02_vm/lib/SPVM/TestCase/Module/Native/Runtime.spvm": { … - "mtime": 1740102331,
- "no_index": 1,
- "size": 6246
},+
"t/02_vm/lib/SPVM/TestCase/Module/Packer.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 30046
},+
"t/02_vm/lib/SPVM/TestCase/Module/Point.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 4782
},+
"t/02_vm/lib/SPVM/TestCase/Module/Point3D.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 7349
},+
"t/02_vm/lib/SPVM/TestCase/Module/Scope/Guard.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 1530
},+
"t/02_vm/lib/SPVM/TestCase/Module/Short.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 265
},+
"t/02_vm/lib/SPVM/TestCase/Module/ShortList.spvm": { … - "mtime": 1739939877,
- "no_index": 1,
- "size": 19280
},+
"t/02_vm/lib/SPVM/TestCase/Module/Sort.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 36468
},+
"t/02_vm/lib/SPVM/TestCase/Module/StringBuffer.spvm": { … - "mtime": 1743559150,
- "no_index": 1,
- "size": 24474
},+
"t/02_vm/lib/SPVM/TestCase/Module/StringList.spvm": { … - "mtime": 1739939877,
- "no_index": 1,
- "size": 17920
},+
"t/02_vm/lib/SPVM/TestCase/Module/Sync/Mutex.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 4599
},+
"t/02_vm/lib/SPVM/TestCase/ModuleContainsMultiClass.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 508
},+
"t/02_vm/lib/SPVM/TestCase/ModuleContainsMultiClass/FloatMatrix.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 165
},+
"t/02_vm/lib/SPVM/TestCase/ModuleContainsMultiPackage.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 508
},+
"t/02_vm/lib/SPVM/TestCase/Mulnum.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 16716
},+
"t/02_vm/lib/SPVM/TestCase/MulnumArray.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 26114
},+
"t/02_vm/lib/SPVM/TestCase/Mutex.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 151
},+
"t/02_vm/lib/SPVM/TestCase/NativeAPI.c": { … - "mtime": 1737505626,
- "no_index": 1,
- "size": 145160
},+
"t/02_vm/lib/SPVM/TestCase/NativeAPI.config": { … - "mtime": 1743635194,
- "no_index": 1,
- "size": 130
},+
"t/02_vm/lib/SPVM/TestCase/NativeAPI.spvm": { … - "mtime": 1743635197,
- "no_index": 1,
- "size": 44931
},+
"t/02_vm/lib/SPVM/TestCase/NativeAPICpp.config": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 422
},+
"t/02_vm/lib/SPVM/TestCase/NativeAPICpp.cpp": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 1079
},+
"t/02_vm/lib/SPVM/TestCase/NativeAPICpp.native/include/mylib.hpp": { … - "mtime": 1727334897,
- "no_index": 1,
- "size": 44
},+
"t/02_vm/lib/SPVM/TestCase/NativeAPICpp.native/src/mylib.cpp": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 167
},+
"t/02_vm/lib/SPVM/TestCase/NativeAPICpp.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 157
},+
"t/02_vm/lib/SPVM/TestCase/NativeAPILinkInfo.c": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 129
},+
"t/02_vm/lib/SPVM/TestCase/NativeAPILinkInfo.config": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 608
},+
"t/02_vm/lib/SPVM/TestCase/NativeAPILinkInfo.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 80
},+
"t/02_vm/lib/SPVM/TestCase/NativeAPISrc.c": { … - "mtime": 1743635199,
- "no_index": 1,
- "size": 724
},+
"t/02_vm/lib/SPVM/TestCase/NativeAPISrc.config": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 406
},+
"t/02_vm/lib/SPVM/TestCase/NativeAPISrc.native/include/bar.h": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 56
},+
"t/02_vm/lib/SPVM/TestCase/NativeAPISrc.native/include/base.h": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 19
},+
"t/02_vm/lib/SPVM/TestCase/NativeAPISrc.native/include/baz/baz.h": { … - "mtime": 1743635202,
- "no_index": 1,
- "size": 56
},+
"t/02_vm/lib/SPVM/TestCase/NativeAPISrc.native/include/foo.h": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 56
},+
"t/02_vm/lib/SPVM/TestCase/NativeAPISrc.native/src/bar.c": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 56
},+
"t/02_vm/lib/SPVM/TestCase/NativeAPISrc.native/src/baz/baz.c": { … - "mtime": 1743635201,
- "no_index": 1,
- "size": 60
},+
"t/02_vm/lib/SPVM/TestCase/NativeAPISrc.native/src/baz/noneed.txt": { … - "mtime": 1734395350,
- "no_index": 1,
- "size": 0
},+
"t/02_vm/lib/SPVM/TestCase/NativeAPISrc.native/src/foo.c": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 56
},+
"t/02_vm/lib/SPVM/TestCase/NativeAPISrc.native/src/noneed.txt": { … - "mtime": 1734395350,
- "no_index": 1,
- "size": 0
},+
"t/02_vm/lib/SPVM/TestCase/NativeAPISrc.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 202
},+
"t/02_vm/lib/SPVM/TestCase/OnlyField.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 59
},+
"t/02_vm/lib/SPVM/TestCase/Operator/Add.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 4925
},+
"t/02_vm/lib/SPVM/TestCase/Operator/AnonMethod.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 6681
},+
"t/02_vm/lib/SPVM/TestCase/Operator/AnonMethod/AnonMethod.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 120
},+
"t/02_vm/lib/SPVM/TestCase/Operator/AnonMethod/ImplementAnonMethod1.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 308
},+
"t/02_vm/lib/SPVM/TestCase/Operator/AnonMethod/ImplementAnonMethod2.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 308
},+
"t/02_vm/lib/SPVM/TestCase/Operator/ArrayAccess.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 944
},+
"t/02_vm/lib/SPVM/TestCase/Operator/ArrayBigSize.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 3126
},+
"t/02_vm/lib/SPVM/TestCase/Operator/ArrayInit.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 4637
},+
"t/02_vm/lib/SPVM/TestCase/Operator/ArrayLength.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 1111
},+
"t/02_vm/lib/SPVM/TestCase/Operator/ArrayMiddleSize.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 2688
},+
"t/02_vm/lib/SPVM/TestCase/Operator/Assign.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 13342
},+
"t/02_vm/lib/SPVM/TestCase/Operator/BasicTypeId.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 1746
},+
"t/02_vm/lib/SPVM/TestCase/Operator/BitOperator.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 7502
},+
"t/02_vm/lib/SPVM/TestCase/Operator/ClassVar.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 2554
},+
"t/02_vm/lib/SPVM/TestCase/Operator/ComparisonOperator.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 24508
},+
"t/02_vm/lib/SPVM/TestCase/Operator/CompileTypeName.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 1676
},+
"t/02_vm/lib/SPVM/TestCase/Operator/Concat.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 1927
},+
"t/02_vm/lib/SPVM/TestCase/Operator/ConditionEvaluation.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 2762
},+
"t/02_vm/lib/SPVM/TestCase/Operator/Constant.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 5333
},+
"t/02_vm/lib/SPVM/TestCase/Operator/Copy.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 2562
},+
"t/02_vm/lib/SPVM/TestCase/Operator/Data/Weaken.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 960
},+
"t/02_vm/lib/SPVM/TestCase/Operator/DefinedOr.spvm": { … - "mtime": 1743559150,
- "no_index": 1,
- "size": 717
},+
"t/02_vm/lib/SPVM/TestCase/Operator/Divide.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 6592
},+
"t/02_vm/lib/SPVM/TestCase/Operator/Dump.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 5601
},+
"t/02_vm/lib/SPVM/TestCase/Operator/DumpTest1.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 374
},+
"t/02_vm/lib/SPVM/TestCase/Operator/FILE.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 535
},+
"t/02_vm/lib/SPVM/TestCase/Operator/FieldAccess.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 4524
},+
"t/02_vm/lib/SPVM/TestCase/Operator/Increment.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 53168
},+
"t/02_vm/lib/SPVM/TestCase/Operator/IsCompileType.spvm": { … - "mtime": 1741673688,
- "no_index": 1,
- "size": 1685
},+
"t/02_vm/lib/SPVM/TestCase/Operator/IsType.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 4599
},+
"t/02_vm/lib/SPVM/TestCase/Operator/Isa.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 6708
},+
"t/02_vm/lib/SPVM/TestCase/Operator/LogicalOperator.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 12003
},+
"t/02_vm/lib/SPVM/TestCase/Operator/MethodCall.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 55853
},+
"t/02_vm/lib/SPVM/TestCase/Operator/MethodChild.pm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 90
},+
"t/02_vm/lib/SPVM/TestCase/Operator/Modulo.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 5156
},+
"t/02_vm/lib/SPVM/TestCase/Operator/Move.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 3689
},+
"t/02_vm/lib/SPVM/TestCase/Operator/Multiply.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 6160
},+
"t/02_vm/lib/SPVM/TestCase/Operator/New.spvm": { … - "mtime": 1741673688,
- "no_index": 1,
- "size": 5573
},+
"t/02_vm/lib/SPVM/TestCase/Operator/New/Array.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 8168
},+
"t/02_vm/lib/SPVM/TestCase/Operator/NumericOperator.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 1748
},+
"t/02_vm/lib/SPVM/TestCase/Operator/PACKAGE.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 568
},+
"t/02_vm/lib/SPVM/TestCase/Operator/Print.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 601
},+
"t/02_vm/lib/SPVM/TestCase/Operator/Ref.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 14036
},+
"t/02_vm/lib/SPVM/TestCase/Operator/Say.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 595
},+
"t/02_vm/lib/SPVM/TestCase/Operator/Seqop.spvm": { … - "mtime": 1743559150,
- "no_index": 1,
- "size": 1308
},+
"t/02_vm/lib/SPVM/TestCase/Operator/SpecialAssign.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 25771
},+
"t/02_vm/lib/SPVM/TestCase/Operator/Stdio.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 212
},+
"t/02_vm/lib/SPVM/TestCase/Operator/String.spvm": { … - "mtime": 1741673688,
- "no_index": 1,
- "size": 4687
},+
"t/02_vm/lib/SPVM/TestCase/Operator/Subtract.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 4638
},+
"t/02_vm/lib/SPVM/TestCase/Operator/TernaryOperator.spvm": { … - "mtime": 1743634829,
- "no_index": 1,
- "size": 1700
},+
"t/02_vm/lib/SPVM/TestCase/Operator/TypeCast.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 41520
},+
"t/02_vm/lib/SPVM/TestCase/Operator/TypeDefaultValue.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 2872
},+
"t/02_vm/lib/SPVM/TestCase/Operator/TypeName.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 994
},+
"t/02_vm/lib/SPVM/TestCase/Operator/UnaryMinus.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 1446
},+
"t/02_vm/lib/SPVM/TestCase/Operator/UnaryPlus.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 1438
},+
"t/02_vm/lib/SPVM/TestCase/Operator/Warn.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 1243
},+
"t/02_vm/lib/SPVM/TestCase/Operator/Weaken.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 14648
},+
"t/02_vm/lib/SPVM/TestCase/PointForTest.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 768
},+
"t/02_vm/lib/SPVM/TestCase/Point_3b.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 88
},+
"t/02_vm/lib/SPVM/TestCase/Point_3d.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 94
},+
"t/02_vm/lib/SPVM/TestCase/Point_3f.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 91
},+
"t/02_vm/lib/SPVM/TestCase/Point_3i.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 85
},+
"t/02_vm/lib/SPVM/TestCase/Point_3l.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 88
},+
"t/02_vm/lib/SPVM/TestCase/Point_3s.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 91
},+
"t/02_vm/lib/SPVM/TestCase/Pointer.c": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 1256
},+
"t/02_vm/lib/SPVM/TestCase/Pointer.config": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 130
},+
"t/02_vm/lib/SPVM/TestCase/Pointer.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 353
},+
"t/02_vm/lib/SPVM/TestCase/PointerChild.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 66
},+
"t/02_vm/lib/SPVM/TestCase/PointerEmpty.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 40
},+
"t/02_vm/lib/SPVM/TestCase/Precedence.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 439
},+
"t/02_vm/lib/SPVM/TestCase/PrecompileClassAttribute.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 112
},+
"t/02_vm/lib/SPVM/TestCase/Private.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 114
},+
"t/02_vm/lib/SPVM/TestCase/Resource/Mylib1.config": { … - "mtime": 1743635205,
- "no_index": 1,
- "size": 335
},+
"t/02_vm/lib/SPVM/TestCase/Resource/Mylib1.mode1.config": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 194
},+
"t/02_vm/lib/SPVM/TestCase/Resource/Mylib1.native/include/mylib1_source1.h": { … - "mtime": 1743635204,
- "no_index": 1,
- "size": 95
},+
"t/02_vm/lib/SPVM/TestCase/Resource/Mylib1.native/include/mylib1_source2.h": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 95
},+
"t/02_vm/lib/SPVM/TestCase/Resource/Mylib1.native/src/extra.c": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 0
},+
"t/02_vm/lib/SPVM/TestCase/Resource/Mylib1.native/src/mylib1_source1.c": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 219
},+
"t/02_vm/lib/SPVM/TestCase/Resource/Mylib1.native/src/mylib1_source2.c": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 219
},+
"t/02_vm/lib/SPVM/TestCase/Resource/Mylib1.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 34
},+
"t/02_vm/lib/SPVM/TestCase/Resource/Mylib2.config": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 278
},+
"t/02_vm/lib/SPVM/TestCase/Resource/Mylib2.native/include/mylib2_source1.h": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 95
},+
"t/02_vm/lib/SPVM/TestCase/Resource/Mylib2.native/src/mylib2_source1.c": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 239
},+
"t/02_vm/lib/SPVM/TestCase/Resource/Mylib2.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 34
},+
"t/02_vm/lib/SPVM/TestCase/Simple.spvm": { … - "mtime": 1741742674,
- "no_index": 1,
- "size": 2885
},+
"t/02_vm/lib/SPVM/TestCase/SimpleChild.spvm": { … - "mtime": 1741742674,
- "no_index": 1,
- "size": 589
},+
"t/02_vm/lib/SPVM/TestCase/Statement/For.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 4848
},+
"t/02_vm/lib/SPVM/TestCase/Statement/If.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 4809
},+
"t/02_vm/lib/SPVM/TestCase/Statement/IfRequire.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 1233
},+
"t/02_vm/lib/SPVM/TestCase/Statement/Return.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 366
},+
"t/02_vm/lib/SPVM/TestCase/Statement/Switch.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 12612
},+
"t/02_vm/lib/SPVM/TestCase/Statement/Unless.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 483
},+
"t/02_vm/lib/SPVM/TestCase/Statement/While.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 1577
},+
"t/02_vm/lib/SPVM/TestCase/SymbolName_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 709
},+
"t/02_vm/lib/SPVM/TestCase/ThreadSafe.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 3368
},+
"t/02_vm/lib/SPVM/TestCase/TypeComment.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 849
},+
"t/02_vm/lib/SPVM/TestCase/UseResource.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 36
},+
"t/02_vm/lib/SPVM/TestCase/UseResource/Basic.c": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 1012
},+
"t/02_vm/lib/SPVM/TestCase/UseResource/Basic.config": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 371
},+
"t/02_vm/lib/SPVM/TestCase/UseResource/Basic.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 931
},+
"t/02_vm/lib/SPVM/TestCase/UseResource/Mylib1.c": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 1016
},+
"t/02_vm/lib/SPVM/TestCase/UseResource/Mylib1.config": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 184
},+
"t/02_vm/lib/SPVM/TestCase/UseResource/Mylib1.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 939
},+
"t/02_vm/lib/SPVM/TestCase/UseResource/Mylib2.c": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 522
},+
"t/02_vm/lib/SPVM/TestCase/UseResource/Mylib2.config": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 281
},+
"t/02_vm/lib/SPVM/TestCase/UseResource/Mylib2.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 614
},+
"t/02_vm/lib/SPVM/TestCase/Util/Node.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 3130
},+
"t/02_vm/lib/SPVM/TestCase/Util/Thread.config": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 309
},+
"t/02_vm/lib/SPVM/TestCase/Util/Thread.cpp": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 3792
},+
"t/02_vm/lib/SPVM/TestCase/Util/Thread.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 674
},+
"t/02_vm/lib/SPVM/TestCase/Util/Thread/ID.config": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 309
},+
"t/02_vm/lib/SPVM/TestCase/Util/Thread/ID.cpp": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 3124
},+
"t/02_vm/lib/SPVM/TestCase/Util/Thread/ID.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 532
},+
"t/02_vm/lib/SPVM/TestCase/Util/Thread/ThisThread.config": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 309
},+
"t/02_vm/lib/SPVM/TestCase/Util/Thread/ThisThread.cpp": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 746
},+
"t/02_vm/lib/SPVM/TestCase/Util/Thread/ThisThread.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 166
},+
"t/02_vm/lib/SPVM/foo.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 14
},+
"t/04_spvmcc/SPVM-Builder-Exe.t": { … - "mtime": 1737352228,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "Config": "0",
- "Data::Dumper": "0",
- "File::Basename": "0",
- "File::Path": "0",
- "File::Spec": "0",
- "SPVM::Builder::Exe": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 2300
},+
"t/04_spvmcc/lib/SPVM/TestCase.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 92
},+
"t/04_spvmcc/lib/SPVM/TestCase/NativeAPI2.c": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 1591
},+
"t/04_spvmcc/lib/SPVM/TestCase/NativeAPI2.config": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 668
},+
"t/04_spvmcc/lib/SPVM/TestCase/NativeAPI2.native/include/bar.h": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 51
},+
"t/04_spvmcc/lib/SPVM/TestCase/NativeAPI2.native/include/base.h": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 19
},+
"t/04_spvmcc/lib/SPVM/TestCase/NativeAPI2.native/include/baz/baz.h": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 51
},+
"t/04_spvmcc/lib/SPVM/TestCase/NativeAPI2.native/include/foo.h": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 51
},+
"t/04_spvmcc/lib/SPVM/TestCase/NativeAPI2.native/src/bar.c": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 51
},+
"t/04_spvmcc/lib/SPVM/TestCase/NativeAPI2.native/src/baz/baz.c": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 55
},+
"t/04_spvmcc/lib/SPVM/TestCase/NativeAPI2.native/src/baz/noneed.txt": { … - "mtime": 1727334897,
- "no_index": 1,
- "size": 0
},+
"t/04_spvmcc/lib/SPVM/TestCase/NativeAPI2.native/src/foo.c": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 51
},+
"t/04_spvmcc/lib/SPVM/TestCase/NativeAPI2.native/src/noneed.txt": { … - "mtime": 1727334897,
- "no_index": 1,
- "size": 0
},+
"t/04_spvmcc/lib/SPVM/TestCase/NativeAPI2.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 487
},+
"t/04_spvmcc/lib/SPVM/TestCase/Precompile.config": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 177
},+
"t/04_spvmcc/lib/SPVM/TestCase/Precompile.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 610
},+
"t/04_spvmcc/lib/SPVM/TestCase/Resource/Mylib1.config": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 335
},+
"t/04_spvmcc/lib/SPVM/TestCase/Resource/Mylib1.mode1.config": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 194
},+
"t/04_spvmcc/lib/SPVM/TestCase/Resource/Mylib1.native/include/mylib1_source1.h": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 95
},+
"t/04_spvmcc/lib/SPVM/TestCase/Resource/Mylib1.native/include/mylib1_source2.h": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 95
},+
"t/04_spvmcc/lib/SPVM/TestCase/Resource/Mylib1.native/src/extra.c": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 0
},+
"t/04_spvmcc/lib/SPVM/TestCase/Resource/Mylib1.native/src/mylib1_source1.c": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 219
},+
"t/04_spvmcc/lib/SPVM/TestCase/Resource/Mylib1.native/src/mylib1_source2.c": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 219
},+
"t/04_spvmcc/lib/SPVM/TestCase/Resource/Mylib1.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 34
},+
"t/04_spvmcc/lib/SPVM/TestCase/Resource/Mylib2.config": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 278
},+
"t/04_spvmcc/lib/SPVM/TestCase/Resource/Mylib2.native/include/mylib2_source1.h": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 95
},+
"t/04_spvmcc/lib/SPVM/TestCase/Resource/Mylib2.native/src/mylib2_source1.c": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 239
},+
"t/04_spvmcc/lib/SPVM/TestCase/Resource/Mylib2.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 34
},+
"t/04_spvmcc/myapp.pl": { … - "mtime": 1734395350,
- "no_index": 1,
- "size": 65
},+
"t/04_spvmcc/script/basic.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 148
},+
"t/04_spvmcc/script/myapp.config": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 730
},+
"t/04_spvmcc/script/myapp.debug.config": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 284
},+
"t/04_spvmcc/script/myapp.spvm": { … - "mtime": 1737352228,
- "no_index": 1,
- "size": 1352
},+
"t/04_spvmcc/script/myapp/foo/bar.config": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 134
},+
"t/04_spvmcc/script/myapp/foo/bar.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 78
},+
"t/04_spvmcc/script/myapp_compile_error.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 59
},+
"t/04_spvmcc/script/myapp_compile_error/main_has_arguments.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 62
},+
"t/04_spvmcc/script/myapp_compile_error/main_instant_method.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 39
},+
"t/04_spvmcc/script/myapp_compile_error/main_not_found.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 10
},+
"t/04_spvmcc/script/precompile.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 188
},+
"t/04_spvmcc/script/program_name.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 101
},+
"t/04_spvmcc/script/use_class.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 188
},+
"t/04_spvmcc/spvm.t": { … - "mtime": 1737337210,
- "no_index": 1,
+
"requires": { … - "Config": "0",
- "Data::Dumper": "0",
- "File::Basename": "0",
- "File::Path": "0",
- "File::Spec": "0",
- "FindBin": "0",
- "SPVM::Builder": "0",
- "SPVM::Builder::Util": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 4010
},+
"t/04_spvmcc/spvmcc.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "Config": "0",
- "Data::Dumper": "0",
- "File::Basename": "0",
- "File::Path": "0",
- "File::Spec": "0",
- "SPVM::Builder": "0",
- "SPVM::Builder::Util": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 7945
},+
"t/04_spvmcc/spvmdeps.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "Config": "0",
- "Data::Dumper": "0",
- "File::Basename": "0",
- "File::Path": "0",
- "File::Spec": "0",
- "JSON::PP": "0",
- "SPVM::Builder": "0",
- "SPVM::Builder::Util": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 6858
},+
"t/05_spvmdist/command.t": { … - "mtime": 1737505626,
- "no_index": 1,
+
"requires": { … - "Test::More": "0",
- "strict": "0"
},- "size": 37947
},+
"t/05_spvmdist/module.t": { … - "mtime": 1737335238,
- "no_index": 1,
+
"requires": { … - "SPVM::Dist": "0",
- "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 440
},+
"t/test_add_class/SPVM/MyPoint.spvm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 817
},+
"t/test_files/SPVM/Foo.config": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 129
},+
"t/test_files/file_eof.txt": { … - "mtime": 1727334897,
- "no_index": 1,
- "size": 14
},+
"t/test_files/fread.txt": { … - "mtime": 1727334897,
- "no_index": 1,
- "size": 14
},+
"t/test_files/fread_eof.txt": { … - "mtime": 1727334897,
- "no_index": 1,
- "size": 14
},+
"t/test_files/long_line.txt": { … - "mtime": 1727334897,
- "no_index": 1,
- "size": 180
},+
"t/test_files/os_support/cpp11.cpp": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 23
},+
"t/testlib/TestAuto.pm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 2330
},+
"t/testlib/TestFile.pm": { … - "mtime": 1737335238,
- "no_index": 1,
- "size": 736
},+
"t/utils/copy_vm_to_precompile.pl": { … - "mtime": 1734395350,
- "no_index": 1,
- "size": 1673
},+
"t/utils/get_native_api_indexes.pl": { … - "mtime": 1727334897,
- "no_index": 1,
- "size": 41
},+
"t/utils/sort_method_name_native.pl": { … - "mtime": 1727334897,
- "no_index": 1,
- "size": 593
},+
"t/utils/sort_method_name_pod.pl": { … - "mtime": 1727334897,
- "no_index": 1,
- "size": 627
},+
"t/utils/sort_method_name_spvm.pl": { … - "mtime": 1727334897,
- "no_index": 1,
- "size": 632
},+
"t/utils/sort_opcode_vm.pl": { … - "mtime": 1727334897,
- "no_index": 1,
- "size": 16074
},+
"yacc/bison.sh": { … - "mtime": 1727334897,
- "size": 137
},+
"yacc/spvm_yacc.y": { … - "mtime": 1743559150,
- "size": 41180
}
},- "got_prereq_from": "META.yml",
+
"kwalitee": { … - "buildtool_not_executable": 1,
- "configure_prereq_matches_use": 1,
- "consistent_version": 1,
- "core_kwalitee": "96.88",
- "distname_matches_name_in_meta": 1,
- "extractable": 1,
- "extracts_nicely": 1,
- "has_abstract_in_pod": 1,
- "has_buildtool": 1,
- "has_changelog": 1,
- "has_contributing_doc": 0,
- "has_human_readable_license": 1,
- "has_known_license_in_source_file": 1,
- "has_license_in_source_file": 1,
- "has_manifest": 1,
- "has_meta_json": 1,
- "has_meta_yml": 1,
- "has_proper_version": 1,
- "has_readme": 1,
- "has_security_doc": 0,
- "has_separate_license_file": 1,
- "has_tests": 1,
- "has_tests_in_t_dir": 1,
- "has_version": 1,
- "kwalitee": "146.88",
- "main_module_version_matches_dist_version": 1,
- "manifest_matches_dist": 1,
- "meta_json_conforms_to_known_spec": 1,
- "meta_json_is_parsable": 1,
- "meta_yml_conforms_to_known_spec": 1,
- "meta_yml_declares_perl_version": 0,
- "meta_yml_has_license": 1,
- "meta_yml_has_provides": 0,
- "meta_yml_has_repository_resource": 1,
- "meta_yml_is_parsable": 1,
- "no_abstract_stub_in_pod": 1,
- "no_broken_auto_install": 1,
- "no_broken_module_install": 1,
- "no_dot_dirs": 0,
- "no_dot_underscore_files": 1,
- "no_files_to_be_skipped": 1,
- "no_generated_files": 1,
- "no_invalid_versions": 1,
- "no_local_dirs": 1,
- "no_maniskip_error": 1,
- "no_missing_files_in_provides": 1,
- "no_mymeta_files": 1,
- "no_pax_headers": 1,
- "no_pod_errors": 1,
- "no_stdin_for_prompting": 1,
- "no_symlinks": 1,
- "no_unauthorized_packages": 1,
- "portable_filenames": 1,
- "prereq_matches_use": 1,
- "proper_libs": 1,
- "security_doc_contains_contact": 0,
- "test_prereq_matches_use": 1,
- "use_strict": 0,
- "use_warnings": 0,
- "valid_signature": 1
},- "latest_mtime": 1743635662,
- "license": "mit defined in META.yml defined in LICENSE",
- "license_from_yaml": "mit",
- "license_in_pod": 1,
+
"licenses": { … +
"MIT": [ … - "lib/SPVM.pm",
- "lib/SPVM/Address.pm",
- "lib/SPVM/Array.pm",
- "lib/SPVM/BlessedObject.pm",
- "lib/SPVM/BlessedObject/Array.pm",
- "lib/SPVM/BlessedObject/Class.pm",
- "lib/SPVM/BlessedObject/String.pm",
- "lib/SPVM/Bool.pm",
- "lib/SPVM/Builder.pm",
- "lib/SPVM/Builder/CC.pm",
- "lib/SPVM/Builder/CompileInfo.pm",
- "lib/SPVM/Builder/Config.pm",
- "lib/SPVM/Builder/Config/Exe.pm",
- "lib/SPVM/Builder/ConfigBuilder.pm",
- "lib/SPVM/Builder/DependencyAnalyzer.pm",
- "lib/SPVM/Builder/Exe.pm",
- "lib/SPVM/Builder/LibInfo.pm",
- "lib/SPVM/Builder/LinkInfo.pm",
- "lib/SPVM/Builder/Native/BasicType.pm",
- "lib/SPVM/Builder/Native/ClassFile.pm",
- "lib/SPVM/Builder/Native/Compiler.pm",
- "lib/SPVM/Builder/Native/Env.pm",
- "lib/SPVM/Builder/Native/Method.pm",
- "lib/SPVM/Builder/Native/Runtime.pm",
- "lib/SPVM/Builder/Native/Stack.pm",
- "lib/SPVM/Builder/ObjectFileInfo.pm",
- "lib/SPVM/Builder/Resource.pm",
- "lib/SPVM/Builder/ScriptInfo.pm",
- "lib/SPVM/Builder/Util.pm",
- "lib/SPVM/Builder/Util/API.pm",
- "lib/SPVM/Byte.pm",
- "lib/SPVM/ByteList.pm",
- "lib/SPVM/Callback.pm",
- "lib/SPVM/Callback/Grep.pm",
- "lib/SPVM/Callback/Map.pm",
- "lib/SPVM/Callback/MapExpand.pm",
- "lib/SPVM/Cloneable.pm",
- "lib/SPVM/Cloner.pm",
- "lib/SPVM/CommandInfo.pm",
- "lib/SPVM/Comparable.pm",
- "lib/SPVM/Comparator.pm",
- "lib/SPVM/Comparator/Double.pm",
- "lib/SPVM/Comparator/Float.pm",
- "lib/SPVM/Comparator/Int.pm",
- "lib/SPVM/Comparator/Long.pm",
- "lib/SPVM/Comparator/String.pm",
- "lib/SPVM/Complex_2d.pm",
- "lib/SPVM/Complex_2f.pm",
- "lib/SPVM/Dist.pm",
- "lib/SPVM/Document.pm",
- "lib/SPVM/Document/EnvironmentVariables.pm",
- "lib/SPVM/Document/Language.pm",
- "lib/SPVM/Document/Language/Class.pm",
- "lib/SPVM/Document/Language/ExceptionHandling.pm",
- "lib/SPVM/Document/Language/GarbageCollection.pm",
- "lib/SPVM/Document/Language/Operators.pm",
- "lib/SPVM/Document/Language/Statements.pm",
- "lib/SPVM/Document/Language/SyntaxParsing.pm",
- "lib/SPVM/Document/Language/System.pm",
- "lib/SPVM/Document/Language/Tokenization.pm",
- "lib/SPVM/Document/Language/Types.pm",
- "lib/SPVM/Document/Modules.pm",
- "lib/SPVM/Document/NativeAPI.pm",
- "lib/SPVM/Document/NativeAPI/Allocator.pm",
- "lib/SPVM/Document/NativeAPI/Argument.pm",
- "lib/SPVM/Document/NativeAPI/BasicType.pm",
- "lib/SPVM/Document/NativeAPI/ClassFile.pm",
- "lib/SPVM/Document/NativeAPI/ClassVariable.pm",
- "lib/SPVM/Document/NativeAPI/Compiler.pm",
- "lib/SPVM/Document/NativeAPI/Field.pm",
- "lib/SPVM/Document/NativeAPI/Internal.pm",
- "lib/SPVM/Document/NativeAPI/Method.pm",
- "lib/SPVM/Document/NativeAPI/Mutex.pm",
- "lib/SPVM/Document/NativeAPI/Runtime.pm",
- "lib/SPVM/Document/NativeAPI/StringBuffer.pm",
- "lib/SPVM/Document/NativeAPI/Type.pm",
- "lib/SPVM/Document/NativeClass.pm",
- "lib/SPVM/Document/Resource.pm",
- "lib/SPVM/Double.pm",
- "lib/SPVM/DoubleList.pm",
- "lib/SPVM/EqualityCheckable.pm",
- "lib/SPVM/EqualityChecker.pm",
- "lib/SPVM/EqualityChecker/Address.pm",
- "lib/SPVM/Error.pm",
- "lib/SPVM/Error/Compile.pm",
- "lib/SPVM/Error/FieldNotSpecified.pm",
- "lib/SPVM/Error/NotSupported.pm",
- "lib/SPVM/Error/System.pm",
- "lib/SPVM/Error/Unicode/InvalidUTF8.pm",
- "lib/SPVM/ExchangeAPI.pm",
- "lib/SPVM/ExchangeAPI/Class.pm",
- "lib/SPVM/ExchangeAPI/Error.pm",
- "lib/SPVM/Float.pm",
- "lib/SPVM/FloatList.pm",
- "lib/SPVM/Fn.pm",
- "lib/SPVM/Fn/Resource.pm",
- "lib/SPVM/Format.pm",
- "lib/SPVM/Global.pm",
- "lib/SPVM/Hash.pm",
- "lib/SPVM/Hash/Entry.pm",
- "lib/SPVM/Immutable/ByteList.pm",
- "lib/SPVM/Immutable/DoubleList.pm",
- "lib/SPVM/Immutable/FloatList.pm",
- "lib/SPVM/Immutable/IntList.pm",
- "lib/SPVM/Immutable/LongList.pm",
- "lib/SPVM/Immutable/ShortList.pm",
- "lib/SPVM/Immutable/StringList.pm",
- "lib/SPVM/Int.pm",
- "lib/SPVM/IntList.pm",
- "lib/SPVM/List.pm",
- "lib/SPVM/Long.pm",
- "lib/SPVM/LongList.pm",
- "lib/SPVM/Native.pm",
- "lib/SPVM/Native/API.pm",
- "lib/SPVM/Native/Arg.pm",
- "lib/SPVM/Native/BasicType.pm",
- "lib/SPVM/Native/ClassFile.pm",
- "lib/SPVM/Native/ClassVar.pm",
- "lib/SPVM/Native/Compiler.pm",
- "lib/SPVM/Native/Constant.pm",
- "lib/SPVM/Native/Env.pm",
- "lib/SPVM/Native/Field.pm",
- "lib/SPVM/Native/Method.pm",
- "lib/SPVM/Native/MethodCall.pm",
- "lib/SPVM/Native/Runtime.pm",
- "lib/SPVM/Native/Stack.pm",
- "lib/SPVM/Packer.pm",
- "lib/SPVM/Packer/Specifier.pm",
- "lib/SPVM/Point.pm",
- "lib/SPVM/Point3D.pm",
- "lib/SPVM/SPVM.pm",
- "lib/SPVM/Scope/Guard.pm",
- "lib/SPVM/Short.pm",
- "lib/SPVM/ShortList.pm",
- "lib/SPVM/Sort.pm",
- "lib/SPVM/StringBuffer.pm",
- "lib/SPVM/StringList.pm",
- "lib/SPVM/Stringable.pm",
- "lib/SPVM/Stringer.pm",
- "lib/SPVM/Sync/Mutex.pm",
- "script/spvm",
- "script/spvmcc",
- "script/spvmdeps",
- "script/spvmdist"
],+
"Perl_5": [ … - "lib/SPVM/Native/Compiler.pm"
]
},- "manifest_matches_dist": 1,
- "maturity": "released",
+
"meta_json": { … - "abstract": "The SPVM Language",
+
"author": [ … - "Yuki Kimoto<kimoto.yuki@gmail.com>"
],- "dynamic_config": 1,
- "generated_by": "ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version 2.150010",
+
"license": [ … ],+
"meta-spec": { … },- "name": "SPVM",
+
"no_index": { … },+
"prereqs": { … +
"build": { … +
"requires": { … - "ExtUtils::MakeMaker": "0"
}
},+
"configure": { … +
"requires": { … - "ExtUtils::MakeMaker": "0"
}
},+
"runtime": { … +
"requires": { … - "ExtUtils::CBuilder": "0.280236",
- "JSON::PP": "2.27105",
- "Time::Piece": "1.12"
}
},+
"test": { … }
},- "release_status": "stable",
+
"resources": { … +
"bugtracker": { … },+
"repository": { … }
},- "version": "0.990051",
- "x_serialization_backend": "JSON::PP version 4.07"
},- "meta_json_is_parsable": 1,
- "meta_json_spec_version": 2,
+
"meta_yml": { … - "abstract": "The SPVM Language",
+
"author": [ … - "Yuki Kimoto<kimoto.yuki@gmail.com>"
],+
"build_requires": { … - "ExtUtils::MakeMaker": "0",
- "Test::More": "0.92"
},+
"configure_requires": { … - "ExtUtils::MakeMaker": "0"
},- "dynamic_config": "1",
- "generated_by": "ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version 2.150010",
- "license": "mit",
+
"meta-spec": { … },- "name": "SPVM",
+
"no_index": { … },+
"requires": { … - "ExtUtils::CBuilder": "0.280236",
- "JSON::PP": "2.27105",
- "Time::Piece": "1.12"
},+
"resources": { … },- "version": "0.990051",
- "x_serialization_backend": "CPAN::Meta::YAML version 0.018"
},- "meta_yml_is_parsable": 1,
- "meta_yml_spec_version": "1.4",
+
"modules": [ … +
{ … - "file": "lib/SPVM.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM"
},+
{ … - "file": "lib/SPVM/Address.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Address"
},+
{ … - "file": "lib/SPVM/Array.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Array"
},+
{ … - "file": "lib/SPVM/BlessedObject.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::BlessedObject"
},+
{ … - "file": "lib/SPVM/BlessedObject/Array.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::BlessedObject::Array"
},+
{ … - "file": "lib/SPVM/BlessedObject/Class.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::BlessedObject::Class"
},+
{ … - "file": "lib/SPVM/BlessedObject/String.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::BlessedObject::String"
},+
{ … - "file": "lib/SPVM/Bool.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Bool"
},+
{ … - "file": "lib/SPVM/Builder.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Builder"
},+
{ … - "file": "lib/SPVM/Builder/API.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Builder::API"
},+
{ … - "file": "lib/SPVM/Builder/CC.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Builder::CC"
},+
{ … - "file": "lib/SPVM/Builder/CompileInfo.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Builder::CompileInfo"
},+
{ … - "file": "lib/SPVM/Builder/Config.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Builder::Config"
},+
{ … - "file": "lib/SPVM/Builder/Config/Exe.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Builder::Config::Exe"
},+
{ … - "file": "lib/SPVM/Builder/ConfigBuilder.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Builder::ConfigBuilder"
},+
{ … - "file": "lib/SPVM/Builder/DependencyAnalyzer.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Builder::DependencyAnalyzer"
},+
{ … - "file": "lib/SPVM/Builder/Exe.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Builder::Exe"
},+
{ … - "file": "lib/SPVM/Builder/LibInfo.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Builder::LibInfo"
},+
{ … - "file": "lib/SPVM/Builder/LinkInfo.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Builder::LinkInfo"
},+
{ … - "file": "lib/SPVM/Builder/Native/BasicType.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Builder::Native::BasicType"
},+
{ … - "file": "lib/SPVM/Builder/Native/ClassFile.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Builder::Native::ClassFile"
},+
{ … - "file": "lib/SPVM/Builder/Native/Compiler.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Builder::Native::Compiler"
},+
{ … - "file": "lib/SPVM/Builder/Native/Env.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Builder::Native::Env"
},+
{ … - "file": "lib/SPVM/Builder/Native/Method.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Builder::Native::Method"
},+
{ … - "file": "lib/SPVM/Builder/Native/Runtime.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Builder::Native::Runtime"
},+
{ … - "file": "lib/SPVM/Builder/Native/Stack.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Builder::Native::Stack"
},+
{ … - "file": "lib/SPVM/Builder/ObjectFileInfo.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Builder::ObjectFileInfo"
},+
{ … - "file": "lib/SPVM/Builder/Resource.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Builder::Resource"
},+
{ … - "file": "lib/SPVM/Builder/ScriptInfo.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Builder::ScriptInfo"
},+
{ … - "file": "lib/SPVM/Builder/Util.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Builder::Util"
},+
{ … - "file": "lib/SPVM/Builder/Util/API.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Builder::Util::API"
},+
{ … - "file": "lib/SPVM/Byte.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Byte"
},+
{ … - "file": "lib/SPVM/ByteList.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::ByteList"
},+
{ … - "file": "lib/SPVM/Callback.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Callback"
},+
{ … - "file": "lib/SPVM/Callback/Grep.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Callback::Grep"
},+
{ … - "file": "lib/SPVM/Callback/Map.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Callback::Map"
},+
{ … - "file": "lib/SPVM/Callback/MapExpand.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Callback::MapExpand"
},+
{ … - "file": "lib/SPVM/Cloneable.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Cloneable"
},+
{ … - "file": "lib/SPVM/Cloner.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Cloner"
},+
{ … - "file": "lib/SPVM/CommandInfo.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::CommandInfo"
},+
{ … - "file": "lib/SPVM/Comparable.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Comparable"
},+
{ … - "file": "lib/SPVM/Comparator.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Comparator"
},+
{ … - "file": "lib/SPVM/Comparator/Double.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Comparator::Double"
},+
{ … - "file": "lib/SPVM/Comparator/Float.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Comparator::Float"
},+
{ … - "file": "lib/SPVM/Comparator/Int.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Comparator::Int"
},+
{ … - "file": "lib/SPVM/Comparator/Long.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Comparator::Long"
},+
{ … - "file": "lib/SPVM/Comparator/String.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Comparator::String"
},+
{ … - "file": "lib/SPVM/Complex_2d.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Complex_2d"
},+
{ … - "file": "lib/SPVM/Complex_2f.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Complex_2f"
},+
{ … - "file": "lib/SPVM/Dist.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Dist"
},+
{ … - "file": "lib/SPVM/Document.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document"
},+
{ … - "file": "lib/SPVM/Document/EnvironmentVariables.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::EnvironmentVariables"
},+
{ … - "file": "lib/SPVM/Document/Language.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::Language"
},+
{ … - "file": "lib/SPVM/Document/Language/Class.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::Language::Class"
},+
{ … - "file": "lib/SPVM/Document/Language/ExceptionHandling.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::Language::ExceptionHandling"
},+
{ … - "file": "lib/SPVM/Document/Language/GarbageCollection.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::Language::GarbageCollection"
},+
{ … - "file": "lib/SPVM/Document/Language/Operators.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::Language::Operators"
},+
{ … - "file": "lib/SPVM/Document/Language/Statements.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::Language::Statements"
},+
{ … - "file": "lib/SPVM/Document/Language/SyntaxParsing.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::Language::SyntaxParsing"
},+
{ … - "file": "lib/SPVM/Document/Language/System.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::Language::System"
},+
{ … - "file": "lib/SPVM/Document/Language/Tokenization.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::Language::Tokenization"
},+
{ … - "file": "lib/SPVM/Document/Language/Types.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::Language::Types"
},+
{ … - "file": "lib/SPVM/Document/Modules.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::Modules"
},+
{ … - "file": "lib/SPVM/Document/NativeAPI.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::NativeAPI"
},+
{ … - "file": "lib/SPVM/Document/NativeAPI/Allocator.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::NativeAPI::Allocator"
},+
{ … - "file": "lib/SPVM/Document/NativeAPI/Argument.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::NativeAPI::Argument"
},+
{ … - "file": "lib/SPVM/Document/NativeAPI/BasicType.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::NativeAPI::BasicType"
},+
{ … - "file": "lib/SPVM/Document/NativeAPI/ClassFile.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::NativeAPI::ClassFile"
},+
{ … - "file": "lib/SPVM/Document/NativeAPI/ClassVariable.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::NativeAPI::ClassVariable"
},+
{ … - "file": "lib/SPVM/Document/NativeAPI/Compiler.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::NativeAPI::Compiler"
},+
{ … - "file": "lib/SPVM/Document/NativeAPI/Field.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::NativeAPI::Field"
},+
{ … - "file": "lib/SPVM/Document/NativeAPI/Internal.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::NativeAPI::Internal"
},+
{ … - "file": "lib/SPVM/Document/NativeAPI/Method.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::NativeAPI::Method"
},+
{ … - "file": "lib/SPVM/Document/NativeAPI/Mutex.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::NativeAPI::Mutex"
},+
{ … - "file": "lib/SPVM/Document/NativeAPI/Runtime.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::NativeAPI::Runtime"
},+
{ … - "file": "lib/SPVM/Document/NativeAPI/StringBuffer.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::NativeAPI::StringBuffer"
},+
{ … - "file": "lib/SPVM/Document/NativeAPI/Type.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::NativeAPI::Type"
},+
{ … - "file": "lib/SPVM/Document/NativeClass.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::NativeClass"
},+
{ … - "file": "lib/SPVM/Document/Resource.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Document::Resource"
},+
{ … - "file": "lib/SPVM/Double.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Double"
},+
{ … - "file": "lib/SPVM/DoubleList.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::DoubleList"
},+
{ … - "file": "lib/SPVM/EqualityCheckable.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::EqualityCheckable"
},+
{ … - "file": "lib/SPVM/EqualityChecker.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::EqualityChecker"
},+
{ … - "file": "lib/SPVM/EqualityChecker/Address.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::EqualityChecker::Address"
},+
{ … - "file": "lib/SPVM/Error.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Error"
},+
{ … - "file": "lib/SPVM/Error/Compile.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Error::Compile"
},+
{ … - "file": "lib/SPVM/Error/FieldNotSpecified.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Error::FieldNotSpecified"
},+
{ … - "file": "lib/SPVM/Error/NotSupported.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Error::NotSupported"
},+
{ … - "file": "lib/SPVM/Error/System.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Error::System"
},+
{ … - "file": "lib/SPVM/Error/Unicode/InvalidUTF8.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Error::Unicode::InvalidUTF8"
},+
{ … - "file": "lib/SPVM/ExchangeAPI.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::ExchangeAPI"
},+
{ … - "file": "lib/SPVM/ExchangeAPI/Class.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::ExchangeAPI::Class"
},+
{ … - "file": "lib/SPVM/ExchangeAPI/Error.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::ExchangeAPI::Error"
},+
{ … - "file": "lib/SPVM/Float.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Float"
},+
{ … - "file": "lib/SPVM/FloatList.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::FloatList"
},+
{ … - "file": "lib/SPVM/Fn.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Fn"
},+
{ … - "file": "lib/SPVM/Fn/Resource.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Fn::Resource"
},+
{ … - "file": "lib/SPVM/Format.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Format"
},+
{ … - "file": "lib/SPVM/Global.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Global"
},+
{ … - "file": "lib/SPVM/Hash.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Hash"
},+
{ … - "file": "lib/SPVM/Hash/Entry.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Hash::Entry"
},+
{ … - "file": "lib/SPVM/Immutable/ByteList.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Immutable::ByteList"
},+
{ … - "file": "lib/SPVM/Immutable/DoubleList.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Immutable::DoubleList"
},+
{ … - "file": "lib/SPVM/Immutable/FloatList.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Immutable::FloatList"
},+
{ … - "file": "lib/SPVM/Immutable/IntList.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Immutable::IntList"
},+
{ … - "file": "lib/SPVM/Immutable/LongList.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Immutable::LongList"
},+
{ … - "file": "lib/SPVM/Immutable/ShortList.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Immutable::ShortList"
},+
{ … - "file": "lib/SPVM/Immutable/StringList.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Immutable::StringList"
},+
{ … - "file": "lib/SPVM/Int.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Int"
},+
{ … - "file": "lib/SPVM/IntList.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::IntList"
},+
{ … - "file": "lib/SPVM/List.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::List"
},+
{ … - "file": "lib/SPVM/Long.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Long"
},+
{ … - "file": "lib/SPVM/LongList.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::LongList"
},+
{ … - "file": "lib/SPVM/Native.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Native"
},+
{ … - "file": "lib/SPVM/Native/API.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Native::API"
},+
{ … - "file": "lib/SPVM/Native/Arg.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Native::Arg"
},+
{ … - "file": "lib/SPVM/Native/BasicType.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Native::BasicType"
},+
{ … - "file": "lib/SPVM/Native/ClassFile.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Native::ClassFile"
},+
{ … - "file": "lib/SPVM/Native/ClassVar.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Native::ClassVar"
},+
{ … - "file": "lib/SPVM/Native/Compiler.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Native::Compiler"
},+
{ … - "file": "lib/SPVM/Native/Constant.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Native::Constant"
},+
{ … - "file": "lib/SPVM/Native/Env.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Native::Env"
},+
{ … - "file": "lib/SPVM/Native/Field.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Native::Field"
},+
{ … - "file": "lib/SPVM/Native/Method.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Native::Method"
},+
{ … - "file": "lib/SPVM/Native/MethodCall.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Native::MethodCall"
},+
{ … - "file": "lib/SPVM/Native/Runtime.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Native::Runtime"
},+
{ … - "file": "lib/SPVM/Native/Stack.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Native::Stack"
},+
{ … - "file": "lib/SPVM/Packer.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Packer"
},+
{ … - "file": "lib/SPVM/Packer/Specifier.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Packer::Specifier"
},+
{ … - "file": "lib/SPVM/Point.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Point"
},+
{ … - "file": "lib/SPVM/Point3D.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Point3D"
},+
{ … - "file": "lib/SPVM/SPVM.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::SPVM"
},+
{ … - "file": "lib/SPVM/Scope/Guard.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Scope::Guard"
},+
{ … - "file": "lib/SPVM/Short.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Short"
},+
{ … - "file": "lib/SPVM/ShortList.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::ShortList"
},+
{ … - "file": "lib/SPVM/Sort.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Sort"
},+
{ … - "file": "lib/SPVM/StringBuffer.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::StringBuffer"
},+
{ … - "file": "lib/SPVM/StringList.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::StringList"
},+
{ … - "file": "lib/SPVM/Stringable.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Stringable"
},+
{ … - "file": "lib/SPVM/Stringer.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Stringer"
},+
{ … - "file": "lib/SPVM/Sync/Mutex.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "SPVM::Sync::Mutex"
}
],- "needs_compiler": 1,
- "no_index": "^inc/;^t/",
- "no_pax_headers": 1,
- "path": "K/KI/KIMOTO/SPVM-0.990051.tar.gz",
+
"prereq": [ … +
{ … - "is_prereq": 1,
- "requires": "ExtUtils::CBuilder",
- "type": "runtime_requires",
- "version": "0.280236"
},+
{ … - "is_build_prereq": 1,
- "requires": "ExtUtils::MakeMaker",
- "type": "build_requires",
- "version": "0"
},+
{ … - "requires": "ExtUtils::MakeMaker",
- "type": "configure_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "JSON::PP",
- "type": "runtime_requires",
- "version": "2.27105"
},+
{ … - "is_build_prereq": 1,
- "requires": "Test::More",
- "type": "build_requires",
- "version": "0.92"
},+
{ … - "is_prereq": 1,
- "requires": "Time::Piece",
- "type": "runtime_requires",
- "version": "1.12"
}
],- "released_epoch": 1743636685,
- "required_perl": "5.008007",
- "size_packed": 1207397,
- "size_unpacked": 8284177,
+
"unindexed_test_requires": [ … - "SPVM::MyClass::ConfigBuilder",
- "TestAuto",
- "TestFile"
],+
"uses": { … +
"configure": { … +
"requires": { … - "Config": "0",
- "ExtUtils::MakeMaker": "0",
- "File::Find": "0",
- "File::Temp": "0",
- "FindBin": "0",
- "Getopt::Long": "0",
- "lib": "0",
- "perl": "5.008_007",
- "strict": "0",
- "warnings": "0"
}
},+
"runtime": { … +
"noes": { … },+
"requires": { … - "Carp": "0",
- "Config": "0",
- "Encode": "0",
- "ExtUtils::CBuilder": "0",
- "File::Basename": "0",
- "File::Copy": "0",
- "File::Find": "0",
- "File::Path": "0",
- "File::Spec": "0",
- "Getopt::Long": "0",
- "JSON::PP": "0",
- "List::Util": "0",
- "Pod::Usage": "0",
- "Scalar::Util": "0",
- "Time::Piece": "0",
- "XSLoader": "0",
- "base": "0",
- "bytes": "0",
- "overload": "0",
- "perl": "5.008007",
- "strict": "0",
- "warnings": "0"
}
},+
"test": { … +
"noes": { … },+
"requires": { … - "Config": "0",
- "Data::Dumper": "0",
- "Devel::Peek": "0",
- "Errno": "0",
- "File::Basename": "0",
- "File::Path": "0",
- "File::Spec": "0",
- "File::Temp": "0",
- "FindBin": "0",
- "JSON::PP": "0",
- "MyTest": "0",
- "POSIX": "0",
- "SPVM::MyClass::ConfigBuilder": "0",
- "Test::More": "0.88",
- "TestAuto": "0",
- "TestFile": "0",
- "Time::HiRes": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
}
}
},- "valid_signature": -1,
- "version": "0.990051",
+
"versions": { … +
"lib/SPVM.pm": { … },+
"lib/SPVM/Address.pm": { … },+
"lib/SPVM/Array.pm": { … },+
"lib/SPVM/BlessedObject.pm": { … - "SPVM::BlessedObject": "undef"
},+
"lib/SPVM/BlessedObject/Array.pm": { … - "SPVM::BlessedObject::Array": "undef"
},+
"lib/SPVM/BlessedObject/Class.pm": { … - "SPVM::BlessedObject::Class": "undef"
},+
"lib/SPVM/BlessedObject/String.pm": { … - "SPVM::BlessedObject::String": "undef"
},+
"lib/SPVM/Bool.pm": { … },+
"lib/SPVM/Builder.pm": { … },+
"lib/SPVM/Builder/API.pm": { … - "SPVM::Builder::API": "undef"
},+
"lib/SPVM/Builder/CC.pm": { … - "SPVM::Builder::CC": "undef"
},+
"lib/SPVM/Builder/CompileInfo.pm": { … - "SPVM::Builder::CompileInfo": "undef"
},+
"lib/SPVM/Builder/Config.pm": { … - "SPVM::Builder::Config": "undef"
},+
"lib/SPVM/Builder/Config/Exe.pm": { … - "SPVM::Builder::Config::Exe": "undef"
},+
"lib/SPVM/Builder/ConfigBuilder.pm": { … - "SPVM::Builder::ConfigBuilder": "undef"
},+
"lib/SPVM/Builder/DependencyAnalyzer.pm": { … - "SPVM::Builder::DependencyAnalyzer": "undef"
},+
"lib/SPVM/Builder/Exe.pm": { … - "SPVM::Builder::Exe": "undef"
},+
"lib/SPVM/Builder/LibInfo.pm": { … - "SPVM::Builder::LibInfo": "undef"
},+
"lib/SPVM/Builder/LinkInfo.pm": { … - "SPVM::Builder::LinkInfo": "undef"
},+
"lib/SPVM/Builder/Native/BasicType.pm": { … - "SPVM::Builder::Native::BasicType": "undef"
},+
"lib/SPVM/Builder/Native/ClassFile.pm": { … - "SPVM::Builder::Native::ClassFile": "undef"
},+
"lib/SPVM/Builder/Native/Compiler.pm": { … - "SPVM::Builder::Native::Compiler": "undef"
},+
"lib/SPVM/Builder/Native/Env.pm": { … - "SPVM::Builder::Native::Env": "undef"
},+
"lib/SPVM/Builder/Native/Method.pm": { … - "SPVM::Builder::Native::Method": "undef"
},+
"lib/SPVM/Builder/Native/Runtime.pm": { … - "SPVM::Builder::Native::Runtime": "undef"
},+
"lib/SPVM/Builder/Native/Stack.pm": { … - "SPVM::Builder::Native::Stack": "undef"
},+
"lib/SPVM/Builder/ObjectFileInfo.pm": { … - "SPVM::Builder::ObjectFileInfo": "undef"
},+
"lib/SPVM/Builder/Resource.pm": { … - "SPVM::Builder::Resource": "undef"
},+
"lib/SPVM/Builder/ScriptInfo.pm": { … - "SPVM::Builder::ScriptInfo": "undef"
},+
"lib/SPVM/Builder/Util.pm": { … - "SPVM::Builder::Util": "undef"
},+
"lib/SPVM/Builder/Util/API.pm": { … - "SPVM::Builder::Util::API": "undef"
},+
"lib/SPVM/Byte.pm": { … },+
"lib/SPVM/ByteList.pm": { … - "SPVM::ByteList": "undef"
},+
"lib/SPVM/Callback.pm": { … - "SPVM::Callback": "undef"
},+
"lib/SPVM/Callback/Grep.pm": { … - "SPVM::Callback::Grep": "undef"
},+
"lib/SPVM/Callback/Map.pm": { … - "SPVM::Callback::Map": "undef"
},+
"lib/SPVM/Callback/MapExpand.pm": { … - "SPVM::Callback::MapExpand": "undef"
},+
"lib/SPVM/Cloneable.pm": { … - "SPVM::Cloneable": "undef"
},+
"lib/SPVM/Cloner.pm": { … },+
"lib/SPVM/CommandInfo.pm": { … - "SPVM::CommandInfo": "undef"
},+
"lib/SPVM/Comparable.pm": { … - "SPVM::Comparable": "undef"
},+
"lib/SPVM/Comparator.pm": { … - "SPVM::Comparator": "undef"
},+
"lib/SPVM/Comparator/Double.pm": { … - "SPVM::Comparator::Double": "undef"
},+
"lib/SPVM/Comparator/Float.pm": { … - "SPVM::Comparator::Float": "undef"
},+
"lib/SPVM/Comparator/Int.pm": { … - "SPVM::Comparator::Int": "undef"
},+
"lib/SPVM/Comparator/Long.pm": { … - "SPVM::Comparator::Long": "undef"
},+
"lib/SPVM/Comparator/String.pm": { … - "SPVM::Comparator::String": "undef"
},+
"lib/SPVM/Dist.pm": { … },+
"lib/SPVM/Double.pm": { … },+
"lib/SPVM/DoubleList.pm": { … - "SPVM::DoubleList": "undef"
},+
"lib/SPVM/EqualityCheckable.pm": { … - "SPVM::EqualityCheckable": "undef"
},+
"lib/SPVM/EqualityChecker.pm": { … - "SPVM::EqualityChecker": "undef"
},+
"lib/SPVM/EqualityChecker/Address.pm": { … - "SPVM::EqualityChecker::Address": "undef"
},+
"lib/SPVM/Error.pm": { … },+
"lib/SPVM/Error/Compile.pm": { … - "SPVM::Error::Compile": "undef"
},+
"lib/SPVM/Error/FieldNotSpecified.pm": { … - "SPVM::Error::FieldNotSpecified": "undef"
},+
"lib/SPVM/Error/NotSupported.pm": { … - "SPVM::Error::NotSupported": "undef"
},+
"lib/SPVM/Error/System.pm": { … - "SPVM::Error::System": "undef"
},+
"lib/SPVM/Error/Unicode/InvalidUTF8.pm": { … - "SPVM::Error::Unicode::InvalidUTF8": "undef"
},+
"lib/SPVM/ExchangeAPI.pm": { … - "SPVM::ExchangeAPI": "undef"
},+
"lib/SPVM/ExchangeAPI/Class.pm": { … - "SPVM::ExchangeAPI::Class": "undef"
},+
"lib/SPVM/ExchangeAPI/Error.pm": { … - "SPVM::ExchangeAPI::Error": "undef"
},+
"lib/SPVM/Float.pm": { … },+
"lib/SPVM/FloatList.pm": { … - "SPVM::FloatList": "undef"
},+
"lib/SPVM/Fn.pm": { … },+
"lib/SPVM/Fn/Resource.pm": { … - "SPVM::Fn::Resource": "undef"
},+
"lib/SPVM/Format.pm": { … },+
"lib/SPVM/Global.pm": { … },+
"lib/SPVM/Hash.pm": { … },+
"lib/SPVM/Hash/Entry.pm": { … - "SPVM::Hash::Entry": "undef"
},+
"lib/SPVM/Immutable/ByteList.pm": { … - "SPVM::Immutable::ByteList": "undef"
},+
"lib/SPVM/Immutable/DoubleList.pm": { … - "SPVM::Immutable::DoubleList": "undef"
},+
"lib/SPVM/Immutable/FloatList.pm": { … - "SPVM::Immutable::FloatList": "undef"
},+
"lib/SPVM/Immutable/IntList.pm": { … - "SPVM::Immutable::IntList": "undef"
},+
"lib/SPVM/Immutable/LongList.pm": { … - "SPVM::Immutable::LongList": "undef"
},+
"lib/SPVM/Immutable/ShortList.pm": { … - "SPVM::Immutable::ShortList": "undef"
},+
"lib/SPVM/Immutable/StringList.pm": { … - "SPVM::Immutable::StringList": "undef"
},+
"lib/SPVM/Int.pm": { … },+
"lib/SPVM/IntList.pm": { … },+
"lib/SPVM/List.pm": { … },+
"lib/SPVM/Long.pm": { … },+
"lib/SPVM/LongList.pm": { … - "SPVM::LongList": "undef"
},+
"lib/SPVM/Native.pm": { … },+
"lib/SPVM/Native/API.pm": { … - "SPVM::Native::API": "undef"
},+
"lib/SPVM/Native/Arg.pm": { … - "SPVM::Native::Arg": "undef"
},+
"lib/SPVM/Native/BasicType.pm": { … - "SPVM::Native::BasicType": "undef"
},+
"lib/SPVM/Native/ClassFile.pm": { … - "SPVM::Native::ClassFile": "undef"
},+
"lib/SPVM/Native/ClassVar.pm": { … - "SPVM::Native::ClassVar": "undef"
},+
"lib/SPVM/Native/Compiler.pm": { … - "SPVM::Native::Compiler": "undef"
},+
"lib/SPVM/Native/Constant.pm": { … - "SPVM::Native::Constant": "undef"
},+
"lib/SPVM/Native/Env.pm": { … - "SPVM::Native::Env": "undef"
},+
"lib/SPVM/Native/Field.pm": { … - "SPVM::Native::Field": "undef"
},+
"lib/SPVM/Native/Method.pm": { … - "SPVM::Native::Method": "undef"
},+
"lib/SPVM/Native/MethodCall.pm": { … - "SPVM::Native::MethodCall": "undef"
},+
"lib/SPVM/Native/Runtime.pm": { … - "SPVM::Native::Runtime": "undef"
},+
"lib/SPVM/Native/Stack.pm": { … - "SPVM::Native::Stack": "undef"
},+
"lib/SPVM/Packer.pm": { … },+
"lib/SPVM/Packer/Specifier.pm": { … - "SPVM::Packer::Specifier": "undef"
},+
"lib/SPVM/Point.pm": { … },+
"lib/SPVM/Point3D.pm": { … },+
"lib/SPVM/SPVM.pm": { … },+
"lib/SPVM/Scope/Guard.pm": { … - "SPVM::Scope::Guard": "undef"
},+
"lib/SPVM/Short.pm": { … },+
"lib/SPVM/ShortList.pm": { … - "SPVM::ShortList": "undef"
},+
"lib/SPVM/Sort.pm": { … },+
"lib/SPVM/StringBuffer.pm": { … - "SPVM::StringBuffer": "undef"
},+
"lib/SPVM/StringList.pm": { … - "SPVM::StringList": "undef"
},+
"lib/SPVM/Stringable.pm": { … - "SPVM::Stringable": "undef"
},+
"lib/SPVM/Stringer.pm": { … - "SPVM::Stringer": "undef"
},+
"lib/SPVM/Sync/Mutex.pm": { … - "SPVM::Sync::Mutex": "undef"
}
},- "vname": "SPVM-0.990051"
}