]> git.proxmox.com Git - ceph.git/blame - ceph/src/civetweb/src/third_party/duktape-1.8.0/extras/README.rst
buildsys: switch source download to quincy
[ceph.git] / ceph / src / civetweb / src / third_party / duktape-1.8.0 / extras / README.rst
CommitLineData
7c673cae
FG
1==============
2Duktape extras
3==============
4
5Extra modules and utilities. Extras provide functionality that doesn't
6comfortably fit into the main Duktape library, perhaps for footprint or
7portability reasons, but are still useful for most users.
8
9Extras are maintained and will be bug fixed. However, they don't have the
10same semantic versioning guarantees like the main Duktape library. Extras
11may be dropped without warning as Duktape is versioned. For instance, if
12an extra breaks due to Duktape changes and there is no time to fix it, the
13missing extra won't block a release and will be dropped.