Marcel Taeumel uploaded a new version of ConfigurationOfFFI to project FFI:
http://source.squeak.org/FFI/ConfigurationOfFFI-mt.43.mcz ==================== Summary ==================== Name: ConfigurationOfFFI-mt.43 Author: mt Time: 15 September 2020, 3:18:22.281259 pm UUID: 8223cd49-aca7-4902-aa47-c43fd4af59ba Ancestors: ConfigurationOfFFI-nice.42 Adds version 2.0 to make FFI loadable through this configuration in Squeak 6.0alpha. =============== Diff against ConfigurationOfFFI-nice.42 =============== Item was added: + ----- Method: ConfigurationOfFFI>>baseline20: (in category 'baselines') ----- + baseline20: spec + <version: '2.0-baseline'> + + spec for: #common do: [ + spec blessing: #baseline. + spec repository: 'http://source.squeakfoundation.org/FFI'. + + spec + package: 'FFI-Pools'; + package: 'FFI-Kernel' with: [ spec requires: 'FFI-Pools' ]; + package: 'FFI-Callbacks' with: [ spec requires: 'FFI-Pools' ]; "Experimental. Not compatible with Alien." + package: 'FFI-Tools' with: [ spec requires: 'FFI-Kernel' ]; + + package: 'FFI-Tests' with: [ spec requires: 'FFI-Kernel' ]; + package: 'FFI-PoolsTests' with: [ spec requires: 'FFI-Pools' ]; + + package: 'FFI-MacOS' with: [ spec requires: 'FFI-Kernel' ]; + package: 'FFI-Unix' with: [ spec requires: 'FFI-Kernel' ]; + package: 'FFI-Win32' with: [ spec requires: 'FFI-Kernel' ]. + + spec + group: 'default' with: #('Core' 'Tools' 'Examples' 'Tests'); + group: 'dev' with: #('Core' 'Callbacks' 'Tools' 'Examples' 'Tests'); "Experimental. Not compatible with Alien." + + group: 'Core' with: #('FFI-Pools' 'FFI-Kernel'); + group: 'Tools' with: #('FFI-Tools'); + group: 'Callbacks' with: #('FFI-Callbacks'); "Experimental. Not compatible with Alien." + + group: 'Examples' with: #('FFI-MacOS' 'FFI-Unix' 'FFI-Win32'); + group: 'Tests' with: #('FFI-Tests') ].! Item was changed: ----- Method: ConfigurationOfFFI>>development: (in category 'symbolic versions') ----- development: spec <symbolicVersion: #development> + spec for: #squeakCommon version: '2.0-baseline'.! - spec for: #common version: '1.4-baseline'.! Item was changed: ----- Method: ConfigurationOfFFI>>stable: (in category 'symbolic versions') ----- stable: spec <symbolicVersion: #'stable'> + spec for: #squeakCommon version: '1.5'. + spec for: #pharo version: '1.7'. spec for: #'pharo3.x' version: '1.8'. spec for: #'pharo4.x' version: '1.9'. spec for: #'pharo5.x' version: '1.10.1'. + spec for: #'squeak' version: '1.12'. spec for: #'squeak5.x' version: '1.13'. + + spec for: #'squeak6.x' version: '2.0'. - spec for: #'squeak6.x' version: '1.13'. - spec for: #squeakCommon version: '1.5'. ! Item was added: + ----- Method: ConfigurationOfFFI>>version20: (in category 'versions') ----- + version20: spec + <version: '2.0' imports: #('2.0-baseline')> + + spec for: #common do: [ + spec + blessing: #release; + package: 'FFI-Pools' with: 'FFI-Pools-mt.25'; + package: 'FFI-Kernel' with: 'FFI-Kernel-mt.119'; + package: 'FFI-Tools' with: 'FFI-Tools-mt.20'; + package: 'FFI-Callbacks' with: 'FFI-Callbacks-mt.3'; "Experimental. Not compatible with Alien." + + package: 'FFI-Tests' with: 'FFI-Tests-mt.21'; + package: 'FFI-PoolsTests' with: 'FFI-PoolsTests-mt.10'; + + package: 'FFI-MacOS' with: 'FFI-MacOS-mt.6'; + package: 'FFI-Win32' with: 'FFI-Win32-nice.20'; + package: 'FFI-Unix' with: 'FFI-Unix-mtf.4'].! |
Free forum by Nabble | Edit this page |