Page MenuHomeSolus

D5699.diff
No OneTemporary

D5699.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,5 @@
+libc.so.6
+libdl.so.2
+libm.so.6
+libpthread.so.0
+librt.so.1
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,29 @@
+name : perl6-moarvm
+version : 2019.03
+release : 1
+source :
+ - https://www.moarvm.org/releases/MoarVM-2019.03.tar.gz : 24b00e5228894fa6f70e9caa73114e5c6ec3686b6305e6e463807a93f70ffc04
+license :
+ - Artistic-License-2.0
+ - MIT
+ - Public Domain
+ - BSD
+ - ISC
+component : programming.perl
+summary : Virtual Machine for Perl6
+description: |
+ MoarVM (short for Metamodel On A Runtime Virtual Machine) is a runtime built for the 6model object system.
+patterns :
+ - main :
+ - /usr/lib64/libmoar.so
+ - devel:
+ - /usr/share/nqp/lib/MAST/*.nqp
+builddeps :
+ - perl
+setup : |
+ perl Configure.pl --prefix=%PREFIX% --libdir=%libdir%/perl6
+build : |
+ %make
+install : |
+ %make_install
+ ln -s %libdir%/perl6/libmoar.so $installdir/%libdir%/libmoar.so
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,412 @@
+<PISI>
+ <Source>
+ <Name>perl6-moarvm</Name>
+ <Packager>
+ <Name>Daniel Maksymow</Name>
+ <Email>daniel.maksymow@tuta.io</Email>
+ </Packager>
+ <License>Artistic-License-2.0</License>
+ <License>MIT</License>
+ <License>Public Domain</License>
+ <License>BSD</License>
+ <License>ISC</License>
+ <PartOf>programming.perl</PartOf>
+ <Summary xml:lang="en">Virtual Machine for Perl6</Summary>
+ <Description xml:lang="en">MoarVM (short for Metamodel On A Runtime Virtual Machine) is a runtime built for the 6model object system.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>perl6-moarvm</Name>
+ <Summary xml:lang="en">Virtual Machine for Perl6</Summary>
+ <Description xml:lang="en">MoarVM (short for Metamodel On A Runtime Virtual Machine) is a runtime built for the 6model object system.
+</Description>
+ <PartOf>programming.perl</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/moar</Path>
+ <Path fileType="library">/usr/lib64/libmoar.so</Path>
+ <Path fileType="library">/usr/lib64/perl6/libmoar.so</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>perl6-moarvm-devel</Name>
+ <Summary xml:lang="en">Development files for perl6-moarvm</Summary>
+ <Description xml:lang="en">MoarVM (short for Metamodel On A Runtime Virtual Machine) is a runtime built for the 6model object system.
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">perl6-moarvm</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include/dyncall/dyncall.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_alloc.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_alloc_wx.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_args.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_args_arm32_arm.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_args_arm32_thumb.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_args_mips.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_args_ppc32.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_args_ppc64.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_args_sparc32.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_args_sparc64.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_args_x64.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_args_x86.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_call_arm32_arm.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_call_arm32_arm_armhf.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_call_arm32_thumb.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_call_arm64.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_call_mips.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_call_mips_eabi.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_call_mips_n32.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_call_mips_n64.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_call_mips_o32.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_call_ppc32.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_call_ppc64.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_call_sparc.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_call_sparc64.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_call_sparc_v9.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_call_x64.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_call_x86.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callback.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callback_arm32_arm.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callback_arm32_thumb.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callback_mips.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callback_ppc32.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callback_ppc64.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callback_sparc32.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callback_x64.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callback_x86.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callf.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callvm.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callvm_arm32_arm.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callvm_arm32_arm_armhf.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callvm_arm32_thumb.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callvm_arm64.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callvm_mips.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callvm_mips_eabi.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callvm_mips_n64.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callvm_mips_o32.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callvm_ppc32.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callvm_ppc64.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callvm_sparc.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callvm_sparc64.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callvm_sparc_v9.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callvm_x64.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_callvm_x86.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_config.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_macros.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_signature.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_struct.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_thunk.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_thunk_arm32_arm.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_thunk_arm32_thumb.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_thunk_arm64.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_thunk_mips.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_thunk_ppc32.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_thunk_ppc64.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_thunk_sparc32.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_thunk_sparc64.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_thunk_x64.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_thunk_x86.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_types.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_utils.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_value.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dyncall_vector.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dynload.h</Path>
+ <Path fileType="header">/usr/include/dyncall/dynload_alloc.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/ao_version.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/generalize-arithm.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/generalize-small.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/generalize.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/all_acquire_release_volatile.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/all_aligned_atomic_load_store.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/all_atomic_load_store.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/all_atomic_only_load.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/ao_t_is_int.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/armcc/arm_v6.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/emul_cas.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc/aarch64.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc/alpha.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc/arm.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc/avr32.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc/cris.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc/generic-arithm.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc/generic-small.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc/generic.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc/hexagon.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc/hppa.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc/ia64.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc/m68k.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc/mips.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc/nios2.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc/powerpc.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc/s390.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc/sh.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc/sparc.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc/tile.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc/x86.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/generic_pthread.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/hpc/hppa.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/hpc/ia64.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/ibmc/powerpc.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/icc/ia64.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/loadstore/acquire_release_volatile.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/loadstore/atomic_load.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/loadstore/atomic_store.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/loadstore/char_acquire_release_volatile.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/loadstore/char_atomic_load.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/loadstore/char_atomic_store.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/loadstore/double_atomic_load_store.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/loadstore/int_acquire_release_volatile.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/loadstore/int_atomic_load.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/loadstore/int_atomic_store.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/loadstore/ordered_loads_only.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/loadstore/ordered_stores_only.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/loadstore/short_acquire_release_volatile.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/loadstore/short_atomic_load.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/loadstore/short_atomic_store.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/msftc/arm.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/msftc/common32_defs.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/msftc/x86.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/msftc/x86_64.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/ordered.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/ordered_except_wr.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/read_ordered.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/standard_ao_double_t.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/sunc/sparc.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/sunc/x86.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/test_and_set_t_is_ao_t.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops/sysdeps/test_and_set_t_is_char.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops_malloc.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/atomic_ops_stack.h</Path>
+ <Path fileType="header">/usr/include/libatomic_ops/config.h</Path>
+ <Path fileType="header">/usr/include/libtommath/tommath.h</Path>
+ <Path fileType="header">/usr/include/libtommath/tommath_class.h</Path>
+ <Path fileType="header">/usr/include/libtommath/tommath_private.h</Path>
+ <Path fileType="header">/usr/include/libtommath/tommath_superclass.h</Path>
+ <Path fileType="header">/usr/include/libuv/uv.h</Path>
+ <Path fileType="header">/usr/include/libuv/uv/aix.h</Path>
+ <Path fileType="header">/usr/include/libuv/uv/android-ifaddrs.h</Path>
+ <Path fileType="header">/usr/include/libuv/uv/bsd.h</Path>
+ <Path fileType="header">/usr/include/libuv/uv/darwin.h</Path>
+ <Path fileType="header">/usr/include/libuv/uv/errno.h</Path>
+ <Path fileType="header">/usr/include/libuv/uv/linux.h</Path>
+ <Path fileType="header">/usr/include/libuv/uv/os390.h</Path>
+ <Path fileType="header">/usr/include/libuv/uv/posix.h</Path>
+ <Path fileType="header">/usr/include/libuv/uv/pthread-barrier.h</Path>
+ <Path fileType="header">/usr/include/libuv/uv/stdint-msvc2008.h</Path>
+ <Path fileType="header">/usr/include/libuv/uv/sunos.h</Path>
+ <Path fileType="header">/usr/include/libuv/uv/threadpool.h</Path>
+ <Path fileType="header">/usr/include/libuv/uv/tree.h</Path>
+ <Path fileType="header">/usr/include/libuv/uv/unix.h</Path>
+ <Path fileType="header">/usr/include/libuv/uv/version.h</Path>
+ <Path fileType="header">/usr/include/libuv/uv/win.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/6model.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/bootstrap.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/containers.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/parametric.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprconv.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/CArray.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/CPPStruct.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/CPointer.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/CStr.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/CStruct.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/CUnion.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/ConcBlockingQueue.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/ConditionVariable.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/Decoder.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/HashAttrStore.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/KnowHOWAttributeREPR.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/KnowHOWREPR.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/MVMAsyncTask.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/MVMCFunction.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/MVMCallCapture.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/MVMCode.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/MVMCompUnit.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/MVMContext.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/MVMContinuation.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/MVMDLLSym.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/MVMException.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/MVMHash.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/MVMIter.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/MVMMultiCache.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/MVMNull.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/MVMOSHandle.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/MVMSpeshLog.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/MVMStaticFrame.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/MVMStaticFrameSpesh.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/MVMString.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/MVMThread.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/MultiDimArray.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/NFA.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/NativeCall.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/NativeRef.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/P6bigint.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/P6int.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/P6num.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/P6opaque.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/P6str.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/ReentrantMutex.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/SCRef.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/Semaphore.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/Uninstantiable.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/reprs/VMArray.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/sc.h</Path>
+ <Path fileType="header">/usr/include/moar/6model/serialization.h</Path>
+ <Path fileType="header">/usr/include/moar/bithacks.h</Path>
+ <Path fileType="header">/usr/include/moar/config.h</Path>
+ <Path fileType="header">/usr/include/moar/core/alloc.h</Path>
+ <Path fileType="header">/usr/include/moar/core/args.h</Path>
+ <Path fileType="header">/usr/include/moar/core/bitmap.h</Path>
+ <Path fileType="header">/usr/include/moar/core/bytecode.h</Path>
+ <Path fileType="header">/usr/include/moar/core/bytecodedump.h</Path>
+ <Path fileType="header">/usr/include/moar/core/callsite.h</Path>
+ <Path fileType="header">/usr/include/moar/core/callstack.h</Path>
+ <Path fileType="header">/usr/include/moar/core/coerce.h</Path>
+ <Path fileType="header">/usr/include/moar/core/compunit.h</Path>
+ <Path fileType="header">/usr/include/moar/core/continuation.h</Path>
+ <Path fileType="header">/usr/include/moar/core/dll.h</Path>
+ <Path fileType="header">/usr/include/moar/core/exceptions.h</Path>
+ <Path fileType="header">/usr/include/moar/core/ext.h</Path>
+ <Path fileType="header">/usr/include/moar/core/fixedsizealloc.h</Path>
+ <Path fileType="header">/usr/include/moar/core/frame.h</Path>
+ <Path fileType="header">/usr/include/moar/core/hll.h</Path>
+ <Path fileType="header">/usr/include/moar/core/instance.h</Path>
+ <Path fileType="header">/usr/include/moar/core/intcache.h</Path>
+ <Path fileType="header">/usr/include/moar/core/interp.h</Path>
+ <Path fileType="header">/usr/include/moar/core/loadbytecode.h</Path>
+ <Path fileType="header">/usr/include/moar/core/nativecall.h</Path>
+ <Path fileType="header">/usr/include/moar/core/nativecall_dyncall.h</Path>
+ <Path fileType="header">/usr/include/moar/core/nativecall_libffi.h</Path>
+ <Path fileType="header">/usr/include/moar/core/oplabels.h</Path>
+ <Path fileType="header">/usr/include/moar/core/ops.h</Path>
+ <Path fileType="header">/usr/include/moar/core/regionalloc.h</Path>
+ <Path fileType="header">/usr/include/moar/core/threadcontext.h</Path>
+ <Path fileType="header">/usr/include/moar/core/threads.h</Path>
+ <Path fileType="header">/usr/include/moar/core/validation.h</Path>
+ <Path fileType="header">/usr/include/moar/core/vector.h</Path>
+ <Path fileType="header">/usr/include/moar/debug/debugserver.h</Path>
+ <Path fileType="header">/usr/include/moar/gc/allocation.h</Path>
+ <Path fileType="header">/usr/include/moar/gc/collect.h</Path>
+ <Path fileType="header">/usr/include/moar/gc/debug.h</Path>
+ <Path fileType="header">/usr/include/moar/gc/finalize.h</Path>
+ <Path fileType="header">/usr/include/moar/gc/gen2.h</Path>
+ <Path fileType="header">/usr/include/moar/gc/objectid.h</Path>
+ <Path fileType="header">/usr/include/moar/gc/orchestrate.h</Path>
+ <Path fileType="header">/usr/include/moar/gc/roots.h</Path>
+ <Path fileType="header">/usr/include/moar/gc/wb.h</Path>
+ <Path fileType="header">/usr/include/moar/gc/worklist.h</Path>
+ <Path fileType="header">/usr/include/moar/gcc_diag.h</Path>
+ <Path fileType="header">/usr/include/moar/gen/config.h</Path>
+ <Path fileType="header">/usr/include/moar/instrument/crossthreadwrite.h</Path>
+ <Path fileType="header">/usr/include/moar/instrument/line_coverage.h</Path>
+ <Path fileType="header">/usr/include/moar/io/asyncsocket.h</Path>
+ <Path fileType="header">/usr/include/moar/io/asyncsocketudp.h</Path>
+ <Path fileType="header">/usr/include/moar/io/dirops.h</Path>
+ <Path fileType="header">/usr/include/moar/io/eventloop.h</Path>
+ <Path fileType="header">/usr/include/moar/io/fileops.h</Path>
+ <Path fileType="header">/usr/include/moar/io/filewatchers.h</Path>
+ <Path fileType="header">/usr/include/moar/io/io.h</Path>
+ <Path fileType="header">/usr/include/moar/io/procops.h</Path>
+ <Path fileType="header">/usr/include/moar/io/signals.h</Path>
+ <Path fileType="header">/usr/include/moar/io/syncfile.h</Path>
+ <Path fileType="header">/usr/include/moar/io/syncsocket.h</Path>
+ <Path fileType="header">/usr/include/moar/io/timers.h</Path>
+ <Path fileType="header">/usr/include/moar/jit/compile.h</Path>
+ <Path fileType="header">/usr/include/moar/jit/core_templates.h</Path>
+ <Path fileType="header">/usr/include/moar/jit/dump.h</Path>
+ <Path fileType="header">/usr/include/moar/jit/expr.h</Path>
+ <Path fileType="header">/usr/include/moar/jit/expr_ops.h</Path>
+ <Path fileType="header">/usr/include/moar/jit/graph.h</Path>
+ <Path fileType="header">/usr/include/moar/jit/interface.h</Path>
+ <Path fileType="header">/usr/include/moar/jit/internal.h</Path>
+ <Path fileType="header">/usr/include/moar/jit/label.h</Path>
+ <Path fileType="header">/usr/include/moar/jit/register.h</Path>
+ <Path fileType="header">/usr/include/moar/jit/tile.h</Path>
+ <Path fileType="header">/usr/include/moar/math/bigintops.h</Path>
+ <Path fileType="header">/usr/include/moar/math/grisu.h</Path>
+ <Path fileType="header">/usr/include/moar/math/num.h</Path>
+ <Path fileType="header">/usr/include/moar/memdebug.h</Path>
+ <Path fileType="header">/usr/include/moar/moar.h</Path>
+ <Path fileType="header">/usr/include/moar/platform/fork.h</Path>
+ <Path fileType="header">/usr/include/moar/platform/inttypes.h</Path>
+ <Path fileType="header">/usr/include/moar/platform/io.h</Path>
+ <Path fileType="header">/usr/include/moar/platform/memmem.h</Path>
+ <Path fileType="header">/usr/include/moar/platform/memmem32.h</Path>
+ <Path fileType="header">/usr/include/moar/platform/mmap.h</Path>
+ <Path fileType="header">/usr/include/moar/platform/random.h</Path>
+ <Path fileType="header">/usr/include/moar/platform/setjmp.h</Path>
+ <Path fileType="header">/usr/include/moar/platform/stdint.h</Path>
+ <Path fileType="header">/usr/include/moar/platform/sys.h</Path>
+ <Path fileType="header">/usr/include/moar/platform/threads.h</Path>
+ <Path fileType="header">/usr/include/moar/platform/time.h</Path>
+ <Path fileType="header">/usr/include/moar/profiler/heapsnapshot.h</Path>
+ <Path fileType="header">/usr/include/moar/profiler/instrument.h</Path>
+ <Path fileType="header">/usr/include/moar/profiler/log.h</Path>
+ <Path fileType="header">/usr/include/moar/profiler/profile.h</Path>
+ <Path fileType="header">/usr/include/moar/profiler/telemeh.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/arg_guard.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/args.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/candidate.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/codegen.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/dead_bb_elimination.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/dead_ins_elimination.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/debug.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/deopt.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/dump.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/facts.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/frame_walker.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/graph.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/inline.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/iterator.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/log.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/lookup.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/manipulate.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/optimize.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/osr.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/pea.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/plan.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/plugin.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/stats.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/threshold.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/usages.h</Path>
+ <Path fileType="header">/usr/include/moar/spesh/worker.h</Path>
+ <Path fileType="header">/usr/include/moar/strings/ascii.h</Path>
+ <Path fileType="header">/usr/include/moar/strings/decode_stream.h</Path>
+ <Path fileType="header">/usr/include/moar/strings/iter.h</Path>
+ <Path fileType="header">/usr/include/moar/strings/latin1.h</Path>
+ <Path fileType="header">/usr/include/moar/strings/nfg.h</Path>
+ <Path fileType="header">/usr/include/moar/strings/normalize.h</Path>
+ <Path fileType="header">/usr/include/moar/strings/ops.h</Path>
+ <Path fileType="header">/usr/include/moar/strings/parse_num.h</Path>
+ <Path fileType="header">/usr/include/moar/strings/shiftjis.h</Path>
+ <Path fileType="header">/usr/include/moar/strings/shiftjis_codeindex.h</Path>
+ <Path fileType="header">/usr/include/moar/strings/siphash/csiphash.h</Path>
+ <Path fileType="header">/usr/include/moar/strings/unicode.h</Path>
+ <Path fileType="header">/usr/include/moar/strings/unicode_gen.h</Path>
+ <Path fileType="header">/usr/include/moar/strings/unicode_ops.h</Path>
+ <Path fileType="header">/usr/include/moar/strings/unicode_prop_macros.h</Path>
+ <Path fileType="header">/usr/include/moar/strings/utf16.h</Path>
+ <Path fileType="header">/usr/include/moar/strings/utf8.h</Path>
+ <Path fileType="header">/usr/include/moar/strings/utf8_c8.h</Path>
+ <Path fileType="header">/usr/include/moar/strings/uthash.h</Path>
+ <Path fileType="header">/usr/include/moar/strings/uthash_types.h</Path>
+ <Path fileType="header">/usr/include/moar/strings/windows1252.h</Path>
+ <Path fileType="header">/usr/include/moar/types.h</Path>
+ <Path fileType="data">/usr/share/nqp/lib/MAST/Nodes.nqp</Path>
+ <Path fileType="data">/usr/share/nqp/lib/MAST/Ops.nqp</Path>
+ <Path fileType="data">/usr/share/pkgconfig/moar.pc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2019-03-30</Date>
+ <Version>2019.03</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Daniel Maksymow</Name>
+ <Email>daniel.maksymow@tuta.io</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 18 2023, 2:48 AM (7 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5806071
Default Alt Text
D5699.diff (34 KB)

Event Timeline