# # DSM for Jansson library 2.13.1 sources. # Written by Juan Manuel Guerrero 2021-01-18 # Product compiled using gcc346b, bnu2351b and djdev206. # dsm-file-version: 1.0 dsm-name: jsn2131s dsm-version: 0.6.1 type: sources dsm-author: Juan Manuel Guerrero dsm-author-email: juan.guerrero@gmx.de name: Jansson version: 2.13.1 release 1 manifest: jsn2131s libraries-dsm: binaries-dsm: jsn2131b documentation-dsm: short-description: Sources for the Jansson library version 2.13.1. long-description: Jansson is a C library for encoding, decoding and manipulating JSON\n\ data. Some of its main features and design principles are full Unicode support (UTF-8)\n\ and no dependencies on other libraries. license: MIT license # author. author: Petri Lehtinen author-email: petri@digip.org # maintainer. maintainer: Petri Lehtinen maintainer-email: petri@digip.org # For reporting bugs. mailing-list: https://groups.google.com/forum/#!forum/jansson-users # The home page of Jansson. web-site: http://www.digip.org/jansson/release/ # The ftp site of Jansson. ftp-site: ftp://ftp.digip.org/jansson/release/ # For discussing DJGPP- and DOS/Windows-specific aspects. mailing-list: djgpp@delorie.com newsgroup: comp.os.msdos.djgpp porter: Juan Manuel Guerrero porter-email: juan.guerrero@gmx.de simtelnet-path: v2tk/ zip: jsn2131s.zip changelog: contrib/jansson-2.13.1/ChangeLog post-install-readme: contrib/jansson-2.13.1/NEWS post-install-readme: contrib/jansson-2.13.1/README post-install-readme: contrib/jansson-2.13.1/djgpp/README # These are required to configure the Jansson library: requires: bash requires: fileutils requires: sh-utils requires: sed requires: gawk requires: grep requires: mktemp >= 1.7 release 3 # These are required to build the Jansson library: requires: DPMI 0.9 requires: gcc requires: binutils requires: djdev >= 2.05 requires: texinfo >= 4.0d requires: make >= 3.75 requires: bash >= 4.1.17 release 2 replaces: Jansson < 2.13.1 release 1 # DJGPP v2.05 or later is need, because any # previous version is no longer supported. depends-on: djdev >= 2.05 # For GNU install and GNU mkdir, to run "make install". # Also, for "make clean" and for "make check": depends-on: fileutils # Also, for "make check": depends-on: diffutils depends-on: m4 # For GNU Bash and GNU `echo', to run "make install". depends-on: bash depends-on: sh-utils # For producing the info page and running install-info: depends-on: texinfo >= 4.0d # For producing the formatted man page: depends-on: groff # For producing printed docs: depends-on: web2c depends-on: dvips depends-on: dvilj # For the testsuite: depends-on: gawk # For NLS support. # For generating the .gmo files: depends-on: gettext >= 0.20.1 release 1 # For recoding the .gmo files from unix to dos charset: depends-on: libiconv >= 1.16 release 1 # For Unicode strings support. requires: libunistring >= 0.9.10 release 1