smalltalk
/
osmo-st-asn1
Archived
1
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
osmo-st-asn1/package.xml

20 lines
461 B
XML
Raw Normal View History

<package>
<name>OsmoASN1</name>
<namespace>Osmo</namespace>
<filein>BER.st</filein>
<filein>BERTLVStream.st</filein>
<test>
<sunit>Osmo.BERTest</sunit>
<sunit>Osmo.BERTagTest</sunit>
<sunit>Osmo.BERTLVStreamTest</sunit>
<sunit>Osmo.BERLengthTest</sunit>
<filein>Tests.st</filein>
<filein>BERTLVStreamTest.st</filein>
</test>
<file>BER.st</file>
<file>Tests.st</file>
</package>