# SPDX-License-Identifier: CC0-1.0 # Immutables debian/control file # # Copyright (C) 2021,2022 Wojtek Kosior # # Available under the terms of Creative Commons Zero v1.0 Universal. Source: python-immutables Maintainer: W. Kosior Section: devel Priority: optional Standards-Version: 4.3.0 Build-Depends: debhelper (>= 11), dh-python, python3-all-dev (>= 3.6), python3-setuptools (>= 45), # also add test dependencies python3-pytest, python3-pytest-flake8, python3-mypy Package: python3-immutables Architecture: all Depends: ${python3:Depends}, ${misc:Depends} X-Python3-Version: >= 3.6 Description: an immutable mapping type for Python This library provides an immutable alternative to Python's native 'dict'. The data structure used if Hash Array Mapped Trie (HAMT) which is also utilized by some functional languages. Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/doc/build.scm
AgeCommit message (Expand)Author
2022-11-15doc: Build pt_BR manual.Ludovic Courtès
2022-06-15doc: Use a minimal texlive profile in build.scm.Maxim Cournoyer
2022-04-08doc: Build an empty index if the manual is missing.Ludovic Courtès
2022-04-08doc: Allow different translations for 'guix-cookbook' and 'guix-manual'.Ludovic Courtès
2022-03-02doc: Publish the Slovak translation of the cookbook.Ludovic Courtès
2022-01-19doc: Normalize language codes in menu URLs.Ludovic Courtès
2022-01-19doc: Make the HTML language menu disappear on narrow screens.Ludovic Courtès
2022-01-18doc: Add a language menu in the HTML manual.Ludovic Courtès
2022-01-18doc: Factorize 'language-code->native-name'.Ludovic Courtès
2022-01-18doc: Extract (localization) module.Ludovic Courtès
2022-01-15doc: Remove now unnecessary workaround.Ludovic Courtès
2021-12-13Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-12-13doc: Handle '&nbsp' when syntax-highlighting HTML.Ludovic Courtès
2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-10-28doc: Allow offloading of the expensive derivations.Ludovic Courtès
2021-07-18Merge branch 'master' into core-updatesLudovic Courtès
2021-07-09doc: Build manual translations with 'guile-3.0-latest'.Ludovic Courtès
2021-05-09Merge branch 'master' into core-updatesMarius Bakke
2021-04-20doc: Clarify further the distinction between the web-based manuals.Leo Famulari
2021-04-18doc: Build the French HTML cookbook.Julien Lepiller
2021-03-24Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2021-03-20doc: Remove the guile-lib/htmlprag-fixed package.Maxim Cournoyer
2021-01-29gnu: Replace all uses of texlive-union by texlive-updmap.cfg.Maxim Cournoyer
2020-10-21doc: Cookbook links to /manual/devel, not /manual.Ludovic Courtès
2020-10-19doc: Produce stylable HTML for @deftp, @deffn, etc.Ludovic Courtès
2020-10-17doc: Generate cross-references in code snippets to the Guile manual.Ludovic Courtès
2020-10-17doc: Allow code snippets in the cookbook to link to the manual.Ludovic Courtès
2020-10-17doc: Move manual index creation to a separate derivation.Ludovic Courtès
2020-10-17doc: Remove 'build.scm' from the source of the manual.Ludovic Courtès
2020-09-04doc: Syntax highlighting now handles @var within @lisp.Ludovic Courtès
2020-05-25doc: Remove one use of 'file-append*'.Ludovic Courtès
2020-05-18doc: Inherit md5.scm fix in custom 'guile-lib' variant.Ludovic Courtès
2020-05-02doc: Fix building the cookbook.Björn Höfling
2020-04-21doc: Include *.json files in the source.Ludovic Courtès
2020-04-13doc: Improve anchor collection.Ludovic Courtès
2020-04-13doc: Avoid invalid 'match' pattern in 'syntax-highlighted-html'.Ludovic Courtès
2020-04-13doc: Emit hyperlinks in HTML output for @lisp snippets.Ludovic Courtès