Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

aerphanas/Chimpanzee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moved to Codeberg

Chimpanzee

Haskell CI

Table of contents

Description

This project aims to implement an algorithm that can be used for anything, this project is licensed bsd 3 clauses

Prerequisites

to build this software, you must have:

Package Minimum Version
GHC 9.0.2
Cabal 3.8

Setup

for now if you want to use this library you can clone the repo using the command :

git clone https://github.com/DevCapacitor/Chimpanzee.git

Build

cabal build

(optional) if you want to do a test, use the command

Test

cabal run test

Install

cabal install --lib

Example

GHCi, version 9.0.2: https://www.haskell.org/ghc/  :? for help
Loaded GHCi configuration from /home/orpheus/.ghc/ghci.conf
ghci> import qualified Chimpanzee.Atbash as Atbash
ghci> Atbash.encrypt "Hello World"
"Svool Dliow"