Difference between revisions of "Asm3"

From Free Software Directory
Jump to: navigation, search
(Debian import)
 
m (Blanked the page)
Line 1: Line 1:
{{Entry
 
|Status=
 
|User level=
 
|Submitted by=Debian import
 
|Computer languages=Java
 
|Name=Asm3
 
|Submitted date=2013-03-20
 
|Short description=Java bytecode manipulation framework
 
|VCS checkout command=
 
|Full description=It can be used to dynamically generate stub classes or other
 
proxy classes, directly in binary form, or to dynamically modify
 
classes at load time, i.e., just before they are loaded into the
 
Java Virtual Machine.
 
  
ASM offers similar functionalities as BCEL or SERP, but is much
 
smaller (25KB instead of 350KB for BCEL and 150KB for SERP) and
 
faster than these tools (the overhead of a load time class
 
transformation is on the order of 60% with ASM, 700% or more with
 
BCEL, and 1100% or more with SERP). ASM was designed to be used
 
in a dynamic and static way and was therefore designed and
 
implemented to be as small and as fast as possible.
 
|Component programs=
 
|Homepage URL=http://asm.objectweb.org/
 
|Is GNU=No
 
}}
 
{{Import
 
|Date=2013-03-20
 
|Source=Debian import
 
|Source link=http://packages.debian.org/sid/asm3
 
}}
 
{{Project license
 
|License verified date=2013-03-20
 
|License verified by=Debian
 
|License copyright=© 2004-2008 Eric Bruneton, Eugene Kuleshov
 
 
|License=Other
 
|License note=License: BSD
 
 
BSD  Redistribution and use in source and binary forms, with or
 
without  modification, are permitted provided that the following
 
conditions  are met:  1. Redistributions of source code must
 
retain the above copyright    notice, this list of conditions
 
and the following disclaimer.  2. Redistributions in binary form
 
must reproduce the above copyright    notice, this list of
 
conditions and the following disclaimer in the    documentation
 
and/or other materials provided with the distribution.  3.
 
Neither the name of the copyright holders nor the names of its
 
contributors may be used to endorse or promote products derived
 
from    this software without specific prior written permission.
 
.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
 
CONTRIBUTORS "AS IS"  AND ANY EXPRESS OR IMPLIED WARRANTIES,
 
INCLUDING, BUT NOT LIMITED TO, THE  IMPLIED WARRANTIES OF
 
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE  ARE
 
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
 
BE  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 
EXEMPLARY, OR  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
 
TO, PROCUREMENT OF  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 
DATA, OR PROFITS; OR BUSINESS  INTERRUPTION) HOWEVER CAUSED AND
 
ON ANY THEORY OF LIABILITY, WHETHER IN  CONTRACT, STRICT
 
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)  ARISING
 
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
 
THE POSSIBILITY OF SUCH DAMAGE.
 
}}
 
{{Project license
 
|License verified date=2013-03-20
 
|License verified by=Debian
 
|License copyright=© Copyright (c) 2004-2011 Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
 
 
|License=Other
 
|License note=License: BSD
 
 
BSD  Redistribution and use in source and binary forms, with or
 
without  modification, are permitted provided that the following
 
conditions  are met:  1. Redistributions of source code must
 
retain the above copyright    notice, this list of conditions
 
and the following disclaimer.  2. Redistributions in binary form
 
must reproduce the above copyright    notice, this list of
 
conditions and the following disclaimer in the    documentation
 
and/or other materials provided with the distribution.  3.
 
Neither the name of the copyright holders nor the names of its
 
contributors may be used to endorse or promote products derived
 
from    this software without specific prior written permission.
 
.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
 
CONTRIBUTORS "AS IS"  AND ANY EXPRESS OR IMPLIED WARRANTIES,
 
INCLUDING, BUT NOT LIMITED TO, THE  IMPLIED WARRANTIES OF
 
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE  ARE
 
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
 
BE  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 
EXEMPLARY, OR  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
 
TO, PROCUREMENT OF  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 
DATA, OR PROFITS; OR BUSINESS  INTERRUPTION) HOWEVER CAUSED AND
 
ON ANY THEORY OF LIABILITY, WHETHER IN  CONTRACT, STRICT
 
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)  ARISING
 
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
 
THE POSSIBILITY OF SUCH DAMAGE.
 
}}
 
{{Resource
 
|Resource URL=http://download.forge.objectweb.org/asm/
 
|Resource kind=Download
 
}}
 

Revision as of 14:29, 14 February 2017



Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.