# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0

github.setup        v2k poker-eval ea919d1d5d038b809574beeccbf385e99fd41896
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version             138.0
categories          games math
license             GPL-3+
maintainers         nomaintainer

description         Library for poker hand evaluation, dev files
long_description    poker-eval is a C library to evaluate poker hands. \
                    The result of the evalution for a given hand is a number. \
                    The general idea is that if the evalution of your hand is \
                    lower than the evaluation of the hand of your opponent, \
                    you lose. Many poker variants are supported (draw, \
                    holdem, omaha, etc.) and more can be added.  \
                    poker-eval is designed for speed so that it can be used \
                    within poker simulation software using either exhaustive \
                    exploration or Monte Carlo.

homepage            http://pokersource.sourceforge.net

checksums           rmd160  ff21dfe78459541079a92a903e03bb451485fab9 \
                    sha256  746a0bab6613d8fcaa0906b4beee3511c93d58ad96f91085403f6446cc7ff13d
