File: index.rst

package info (click to toggle)
firefox 143.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,617,328 kB
  • sloc: cpp: 7,478,492; javascript: 6,417,157; ansic: 3,720,058; python: 1,396,372; xml: 627,523; asm: 438,677; java: 186,156; sh: 63,477; makefile: 19,171; objc: 13,059; perl: 12,983; yacc: 4,583; cs: 3,846; pascal: 3,405; lex: 1,720; ruby: 1,003; exp: 762; php: 436; lisp: 258; awk: 247; sql: 66; sed: 53; csh: 10
file content (66 lines) | stat: -rw-r--r-- 2,155 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
NSPR
====

**Netscape Portable Runtime (NSPR)** provides a platform-neutral API for
system level and libc-like functions. The API is used in the Mozilla
clients, many of Red Hat's and Oracle's server applications, and other
software offerings.

Documentation
-------------

:ref:`About NSPR`
   This topic describes, in general terms, the goals of NSPR and a bit
   about how it does it.
:ref:`NSPR API Reference`
   The reference describes each API public macro, structure and function
   in the NSPR API.
:ref:`NSPR build instructions`
   How to checkout and build from source.
:ref:`NSPR listing`
   All NSPR pages

.. _Getting_NSPR:

Getting NSPR
------------

NSPR is available in various source and binary packages, depending on
your platform:

-  **Windows:** Build the source package, using the :ref:`NSPR build
   instructions`.
-  **Mac:** Install the `MacPorts <http://www.macports.org/>`__ *nspr*
   package, or the `Homebrew <http://brew.sh>`__ *nspr* package.
-  **Ubuntu:** Install the *libnspr4-dev* package via ``apt-get.``
-  **Debian:** Install the *libnspr4-dev* package via ``apt-get``.
-  **openSUSE Linux:** Install one or more of the following via ``yast``
   or ``zypper`` :

   -  *mozilla-nspr* : Binary libraries for your platform
   -  *mozilla-nspr-32bit* : Binary libraries needed to run 32-bit
      programs on a 64-bit OS
   -  *mozilla-nspr-devel* : Files needed (in addition to the above
      libraries) to compile programs using NSPR
   -  *mozilla-nspr-debuginfo* : Debug information (including build
      symbols) for package *mozilla-nspr*
   -  *mozilla-nspr-debuginfo-32bit* : Debug information (including
      build symbols) for package *mozilla-nspr-32bit*
   -  *mozilla-nspr-debugsource* : Debug sources for all of the above

Community
---------

View Mozilla forums:

-  `Mailing list <https://lists.mozilla.org/listinfo/dev-tech-nspr>`__
-  `Newsgroup <http://groups.google.com/group/mozilla.dev.tech.nspr>`__
-  `RSS
   feed <http://groups.google.com/group/mozilla.dev.tech.nspr/feeds>`__

.. _Related_Topics:

Related Topics
--------------

-  :ref:`Networking`, :ref:`Network Security Services (NSS)`