Skip to content

A Kotlin library - Member of the farallons collection of libraries

License

Notifications You must be signed in to change notification settings

farallons/puffin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puffin

A Kotlin library

Puffin includes Queue, Stack, and Bag factories

Tested with Spock


Member of the farallons collection of libraries


Use Bazel

  • Install Bazel (instructions here for Ubuntu 19.10)

    curl https://bazel.build/bazel-release.pub.gpg >> bazel-release.pub.gpg
    sudo apt-key add bazel-release.pub.gpg
    echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
    sudo apt update && sudo apt install bazel
    sudo apt update && sudo apt full-upgrade
    
  • Go to the project root folder

  • Build

    bazel build ...
    
  • Test

    bazel test ...
    
  • In the bazel-bin folder, look for puffin.jar

About

A Kotlin library - Member of the farallons collection of libraries

Resources

License

Stars

Watchers

Forks

Packages

No packages published