diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-10-24 00:11:28 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-10-24 00:15:23 +0200 |
commit | aca07f7d11f1ae1cb1495944abfe94571b2b1abe (patch) | |
tree | 84883da68275d941dd8641863d0074c247e8acad /dev-scheme | |
parent | dev-lang/ats2: patches to Makefile and misc ones from Debian (diff) | |
download | gentoo-aca07f7d11f1ae1cb1495944abfe94571b2b1abe.tar.gz gentoo-aca07f7d11f1ae1cb1495944abfe94571b2b1abe.tar.bz2 gentoo-aca07f7d11f1ae1cb1495944abfe94571b2b1abe.zip |
dev-scheme/racket: format metadata XML
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/racket/metadata.xml | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/dev-scheme/racket/metadata.xml b/dev-scheme/racket/metadata.xml index 3e1fa2366a15..ae43cd717d1c 100644 --- a/dev-scheme/racket/metadata.xml +++ b/dev-scheme/racket/metadata.xml @@ -1,19 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + <pkgmetadata> <maintainer type="project"> <email>scheme@gentoo.org</email> <name>Gentoo Scheme Project</name> </maintainer> <longdescription> -==Grow your Program== -Racket's interactive mode encourages experimentation, and quick scripts easily compose into larger systems. Small scripts and large systems both benefit from native-code JIT compilation. When a system gets too big to keep in your head, you can add static types. - -==Grow your Language== -Extend Racket whenever you need to. Mold it to better suit your tasks without sacrificing interoperability with existing libraries and without having to modify the tool chain. When less is more, you can remove parts of a language or start over and build a new one. - -==Grow your Skills== -Whether you're just starting out, want to know more about programming language applications or models, looking to expand your horizons, or ready to dive into research, Racket can help you become a better programmer and system builder. + Grow your Program - Racket's interactive mode encourages + experimentation, and quick scripts easily compose into larger + systems. Small scripts and large systems both benefit from native-code + JIT compilation. When a system gets too big to keep in your head, you + can add static types. Grow your Language - extend Racket whenever you + need to. Mold it to better suit your tasks without sacrificing + interoperability with existing libraries and without having to modify + the tool chain. When less is more, you can remove parts of a language or + start over and build a new one. Grow your Skills - whether you're just + starting out, want to know more about programming language applications + or models, looking to expand your horizons, or ready to dive into + research, Racket can help you become a better programmer and system + builder. </longdescription> <upstream> <bugs-to>https://github.com/racket/racket/issues/</bugs-to> @@ -30,7 +36,9 @@ Whether you're just starting out, want to know more about programming language a Add ncurses support for expeditor (REPL expression editor) </flag> <flag name="places"> - Enable racket/place library for share-nothing parallelism and message-passing communication. Compared to futures, places are heavyweight, but they have a simpler performance model. + Enable racket/place library for share-nothing parallelism and + message-passing communication. Compared to futures, places are + heavyweight, but they have a simpler performance model. </flag> <flag name="threads"> Enable support for green threads |