[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31395] [PATCH 0/2] Add Snap! educational programming language
From: |
Nicolas Goaziou |
Subject: |
[bug#31395] [PATCH 0/2] Add Snap! educational programming language |
Date: |
Wed, 9 May 2018 23:44:00 +0200 |
Hello,
The following two patches add Snap!. The application itself consists of --
mostly -- an HTML file, a bunch of ".js" files, and some art files in
subdirectories.
Since it is a webapp, there is no executable. In order to provide something to
run, the package generates a Bash script that opens the HTML file using
`xdg-open'.
Regards,
Nicolas Goaziou (2):
gnu: Add js-filesaver.
gnu: Add snap.
gnu/packages/education.scm | 82 ++++++++++++++++++++++++++++++++++++-
gnu/packages/javascript.scm | 39 ++++++++++++++++++
2 files changed, 119 insertions(+), 2 deletions(-)
--
2.17.0
- [bug#31395] [PATCH 0/2] Add Snap! educational programming language,
Nicolas Goaziou <=
- [bug#31395] [PATCH 1/2] gnu: Add js-filesaver., Nicolas Goaziou, 2018/05/09
- [bug#31395] [PATCH 2/2] gnu: Add snap., Nicolas Goaziou, 2018/05/09
- [bug#31395] [PATCH 2/2] gnu: Add snap., Eric Bavier, 2018/05/09
- [bug#31395] [PATCH 2/2] gnu: Add snap., Nicolas Goaziou, 2018/05/10
- [bug#31395] [PATCH 2/2] gnu: Add snap., Eric Bavier, 2018/05/10
- [bug#31395] [PATCH 2/2] gnu: Add snap., Nicolas Goaziou, 2018/05/10
- [bug#31395] [PATCH 2/2] gnu: Add snap., Eric Bavier, 2018/05/10
- bug#31395: [PATCH 2/2] gnu: Add snap., Nicolas Goaziou, 2018/05/11