graph-copy


Package info
Description

A library for serializing arbitrary expression graphs.

Readme
# Graph-copy Graph-copy is a library for (de)serializing arbitrary Clean expressions. This is a delayed mirror of the [upstream][] version and is only used to publish the package. Periodically changes from upstream are released in a new version here. ## Maintainer & license This project is maintained by [TOP Software][]. It is licensed under the BSD-2-Clause license; for details, see the [LICENSE](/LICENSE) file. The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Radboud University Nijmegen. [TOP Software]: https://top-software.nl [upstream]: https://gitlab.science.ru.nl/clean-and-itasks/clean-libraries/-/tree/master/Libraries/graph_copy
Changelog
# Changelog #### 3.0.6 - Fix: function `make_symbol_name` for n prefix label of `?Just` and d prefix label of `_Cons`..s descriptors. #### 3.0.5 - Fix: bug in copy graph to string that occurs if the garbage collector has to be called if a node (record or constructor) of size > 2 with non pointers cannot be copied (maybe crashes only if > 2 pointers) #### 3.0.4 - Chore: support base `3.0`. #### 3.0.3 - Chore: allow base-rts 3. #### 3.0.2 - Chore: support base `v2.0`. #### 3.0.1 - Fix: use correct bsr instruction on 32 bit systems. ## 3.0.0 (Broken on 32 bit) - Feature: adapt graph-copy to new array representations. #### 2.0.2 - Documentation: add documentation to DCLs. #### 2.0.1 - Fix: base-rts dependency. ## 2.0.0 - BROKEN DUE TO BAD BASE-RTS DEPENDENCY! - Update git repo location and license. #### 1.0.1 - Feature: add windows-x64 support. ## v1.0.0 - First tagged version.
Versions