vrtc / pjass (public) (License: BSD) (since 2023-08-03) (hash sha1)
pjass is a free Jass scripting language parser. This repository is a fork of lep/pjass. The goal is to add Debian packaging. As of the time of this writing, it works for current stable, that is Debian 12 (bookworm).

/configure.ac (104d00e295928cbd74ffbd058e23a343d9b7ddbb) (238 bytes) (mode 100644) (type blob)

AC_INIT(pjass, 1.03, cilibrar@gmail.com)
AC_CONFIG_SRCDIR([src/misc.c])
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER([src/config.h])
AC_LANG(C)
AC_PROG_CC
AM_PROG_LEX
AC_PROG_YACC
AC_PROG_INSTALL
AC_CONFIG_FILES([
Makefile
src/Makefile
])
AC_OUTPUT


Mode Type Size Ref File
100644 blob 133 6b86cef90c51edb74c2b5fda9c51b8cb7de29b67 .cvsignore
100644 blob 36 70b3e869bbd9f4e3bd75caa45993f0a414c36662 AUTHORS
100644 blob 0 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 ChangeLog
100644 blob 14 af437a64d6d80a47ea903fd842a648fc59cbcd9a Makefile.am
100644 blob 58 4f7e94612b7258d646cbfb09fe7b8b02af4e7b07 NEWS
100644 blob 73 fde9fe4ad903eaea2a191781442492cc3d919de3 README
100644 blob 238 104d00e295928cbd74ffbd058e23a343d9b7ddbb configure.ac
040000 tree - d74b51a56cfd03133e13f3a229058f603a602221 doc
040000 tree - d2abfb5699f5e12d0648b7540a448491d12a51bf src
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/vrtc/pjass

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/vrtc/pjass

Clone this repository using git:
git clone git://git.rocketgit.com/user/vrtc/pjass

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main