How to Install and Uninstall libghc-clash-prelude-prof Package on Kali Linux

Last updated: June 06,2024

1. Install "libghc-clash-prelude-prof" package

Learn how to install libghc-clash-prelude-prof on Kali Linux

$ sudo apt update $ sudo apt install libghc-clash-prelude-prof

2. Uninstall "libghc-clash-prelude-prof" package

This guide covers the steps necessary to uninstall libghc-clash-prelude-prof on Kali Linux:

$ sudo apt remove libghc-clash-prelude-prof $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-clash-prelude-prof package on Kali Linux

Package: libghc-clash-prelude-prof
Source: haskell-clash-prelude
Version: 1.8.1-1
Installed-Size: 32615
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-clash-prelude-prof-1.8.1-14d10
Depends: libghc-array-prof-0.5.4.0-0952c, libghc-arrows-prof-0.4.4.2-652ec, libghc-base-prof-4.17.2.0-68dfe, libghc-binary-prof-0.8.9.1-6a9d2, libghc-bytestring-prof-0.11.5.2-6590e, libghc-clash-prelude-dev (= 1.8.1-1), libghc-constraints-prof-0.13.4-64d0b, libghc-containers-prof-0.6.7-a1650, libghc-data-binary-ieee754-prof-0.4.4-14eb6, libghc-data-default-class-prof-0.1.2.0-50c88, libghc-deepseq-prof-1.4.8.0-ddf16, libghc-extra-prof-1.7.14-7ef35, libghc-ghc-bignum-prof-1.3-90d8c, libghc-ghc-prim-prof-0.9.1-ca9fc, libghc-ghc-typelits-extra-prof-0.4.6-f94b2, libghc-ghc-typelits-knownnat-prof-0.7.9-f6a8f, libghc-ghc-typelits-natnormalise-prof-0.7.9-da8e4, libghc-half-prof-0.3.1-6d375, libghc-hashable-prof-1.4.3.0-e937e, libghc-infinite-list-prof-0.1-61ebe, libghc-lens-prof-5.2.3-5da1d, libghc-mtl-prof-2.2.2-6f39a, libghc-quickcheck-prof-2.14.3-69b0e, libghc-recursion-schemes-prof-5.2.2.4-dcf83, libghc-reflection-prof-2.1.7-4317f, libghc-singletons-prof-3.0.2-d497b, libghc-string-interpolate-prof-0.3.2.1-9af1a, libghc-template-haskell-prof-2.19.0.0-a5ee2, libghc-text-prof-2.0.2-0847e, libghc-th-abstraction-prof-0.4.5.0-843c5, libghc-th-lift-prof-0.8.4-e81ed, libghc-th-orphans-prof-0.13.14-56071, libghc-time-prof-1.12.2-491a0, libghc-transformers-prof-0.5.6.2-931c3, libghc-type-errors-prof-0.2.0.2-165c8, libghc-uniplate-prof-1.6.13-daf40, libghc-vector-prof-0.13.1.0-1ffee
Size: 2880596
SHA256: eba91884e7414bb2a946bd6abba9ce88d6a68dde3c25db4c458207fdf6e0013d
SHA1: 975da345b4f11008aecec7ec76472ef42cd9bbcd
MD5sum: 302ecde583f9d84222970dd31fa653d9
Description: Functional hardware description language - Prelude library; profiling libraries
Clash is a functional hardware description language that borrows both its
syntax and semantics from the functional programming language Haskell. The
Clash compiler transforms these high-level descriptions to low-level
synthesizable VHDL, Verilog, or SystemVerilog.
.
Features of Clash:
.
* Strongly typed, but with a very high degree of type inference, enabling both
safe and fast prototyping using concise descriptions.
.
* Interactive REPL: load your designs in an interpreter and easily test all
your component without needing to setup a test bench.
.
* Higher-order functions, with type inference, result in designs that are
fully parametric by default.
.
* Synchronous sequential circuit design based on streams of values, called
@Signal@s, lead to natural descriptions of feedback loops.
.
* Support for multiple clock domains, with type safe clock domain crossing.
.
This package provides:
.
* Prelude library containing datatypes and functions for circuit design
.
To use the library:
.
* Import "Clash.Prelude"
.
* Alternatively, if you want to explicitly route clock and reset ports,
for more straightforward multi-clock designs, you can import the
"Clash.Explicit.Prelude" module. Note that you should not import
"Clash.Prelude" and "Clash.Explicit.Prelude" at the same time as they
have overlapping definitions.
.
A preliminary version of a tutorial can be found in "Clash.Tutorial", for a
general overview of the library you should however check out "Clash.Prelude".
Some circuit examples can be found in "Clash.Examples".
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: https://clash-lang.org/
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-clash-prelude/libghc-clash-prelude-prof_1.8.1-1_amd64.deb