---
name: squirrel
version: 2.2.5
origin: lang/squirrel
comment: High level imperative/OO programming language
arch: freebsd:9:x86:64
www: http://squirrel-lang.org/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 453319
desc: |
  Squirrel is a high level imperative/OO programming language, designed
  to be a powerful scripting tool that fits in the size, memory bandwidth,
  and real-time requirements of applications like games. However Squirrel
  offers a wide range of features like dynamic typing, delegation, classes
  & inheritance, higher order functions, generators, coroutines, tail
  recursion, exception handling, automatic memory management, weak
  references, etc.

  Squirrel is inspired by languages like Python, Javascript and especially
  Lua. The API is very similar and the table code is based on the Lua one.

  WWW: http://squirrel-lang.org/
categories: [lang]
files:
  /usr/local/bin/sq: 3b027488dcc59686bbd30297bdfd1d70b3fea6fad79918b8c31eab4816e4bcd7
  /usr/local/include/sqstdaux.h: 21de4476067ab3bdb33046b821f4dea14170a78eec0fd1ea4547ac9e30ac312b
  /usr/local/include/sqstdblob.h: ac008a8eb76e0e3f37fce1b4587fb4dd1cd58c39be7f0e0a2de256ee91b9f8bc
  /usr/local/include/sqstdio.h: 8600aeb3f526c3512578dc176e9c65f629bd098b69540871682f100a511e1d26
  /usr/local/include/sqstdmath.h: e76bcc502e7d11abd318e3efee66e821b5b2807d39d3b5ba1f1d62414bfb8826
  /usr/local/include/sqstdstring.h: cc3a961380502cda23a4323bebbbc6a96e96273032b571d1a52654ce394dfe4c
  /usr/local/include/sqstdsystem.h: eadf691e660dc4fe61470df8809025ca398a0d016e9f515629a781fae499e237
  /usr/local/include/squirrel.h: 3de8b0dd9143f01ca04e8ecb9c0d7e5c8fb51bffbb922ab5abdbf3dd259b6c9a
  /usr/local/lib/libsqstdlib.so: 0c5337825d83b9a7d05b0a0c6aa3a77ccb8e511735cffdb6e400d91561897a6c
  /usr/local/lib/libsqstdlib.so.0: '-'
  /usr/local/lib/libsquirrel.so: cb3dabb69f067a056c80fde1d0ac3048e22bb65d4671772f955910cb347eca28
  /usr/local/lib/libsquirrel.so.0: '-'
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  pre-deinstall: |
    /sbin/ldconfig -R
