enso/lib
Jaroslav Tulach 3e23e72bed
Avoid storing 0.0.0-dev into package.yaml (#11805)
Storing `0.0.0-dev` into `package.yaml` makes little sense:
- no two _development version_ are the same
- there is no way to _download_ `0.0.0-dev` version via `ensoup`
- regular releases refuse to process `0.0.0-dev` projects

Better to avoid storing such _development version_ at all.
2024-12-09 14:57:14 +00:00
..
java More IR mini passes (#11501) 2024-11-28 18:00:42 +00:00
js/runner Drop git dependency on enso-bot repository (#11539) 2024-11-12 18:25:19 +00:00
rust Fix failure to parse an invalid syntax case (#11754) 2024-12-05 20:16:40 +00:00
scala Avoid storing 0.0.0-dev into package.yaml (#11805) 2024-12-09 14:57:14 +00:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

Libraries

This directory contains the libraries that should remain in this project, but that are not technically part of the main language implementation itself.