Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 OpenSmock
Copyright (c) 2019-2025 OpenSmock

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
20 changes: 4 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ To install the **latest version of Molecule** in Pharo, you just need to execute
```smalltalk
Metacello new
baseline: 'Molecule';
repository: 'github://OpenSmock/Molecule:main/src';
repository: 'github://OpenSmock/Molecule:main';
load.
```

To add in your project **BaselineOf**:

```smalltalk
spec baseline: 'Molecule' with: [ spec repository: 'github://OpenSmock/Molecule:main/src' ].
spec baseline: 'Molecule' with: [ spec repository: 'github://OpenSmock/Molecule:main' ].
```

### Specific release
Expand Down Expand Up @@ -73,14 +73,6 @@ Find below some Molecule branches for old Pharo versions.

[Pharo 6 and 7 - last release is 1.1.1](https://github.com/OpenSmock/Molecule/tree/Pharo6-7).

### Prerequisites

Molecule Core has no dependencies.

**Optional:** The package `Molecule-Benchmarks` requires [SMark](https://github.com/smarr/SMark). This package contains benchmarks for performance-related work.

**Pharo 11 compatibility:** On Pharo 11, [PharoBackwardCompatibility](https://github.com/jecisc/PharoBackwardCompatibility) is automatically loaded via the baseline to ensure compatibility.

## <img src="/resources/puce.svg" width="32" height="32" align="bottom"> Molecule developer menus

Molecule tries to offer a maximum number of Pharo user interface extensions to create and exploit components.
Expand Down Expand Up @@ -246,13 +238,9 @@ Publications related to Molecule:

[Reuse in component-based prototyping: an industrial experience report from 15 years of reuse](https://link.springer.com/article/10.1007/s11334-022-00456-4)

## <img src="/resources/puce.svg" width="32" height="32" align="bottom"> Credits
## Dependencies

* **Pierre Laborde** - *Initial work* - [labordep](https://github.com/labordep)
* **Eric Le Pors** - *Initial work* - [ELePors](https://github.com/ELePors)
* **Nolwenn Fournier** - *Initial work* - [nolwennfournier](https://github.com/nolwennfournier)
* **Alain Plantec** - *Initial work* - [plantec](https://github.com/plantec)
* **Lisa Doyen** - *UI Components Tools* - [lisadoyen](https://github.com/lisadoyen)
- [PharoBackwardCompatibility](https://github.com/jecisc/PharoBackwardCompatibility) - Backport some really useful methods to older versions of Pharo.

## <img src="/resources/puce.svg" width="32" height="32" align="bottom"> License

Expand Down
Loading