File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{application ,erlsom ,
2
- [{description ," XML parser. Supports SAX style parsing as well as XML Schema based data mapping: create records from XML (and vice versa)" },
3
- {vsn ," 1.4.2 " },
4
- {modules ,[]},
5
- {maintainers , [" Willem de Jong" ]},
6
- {licenses , [" GNU Lesser GPL, Version 3" ]},
7
- {links , [{" Github" , " https://github.com/willemdj/erlsom" }]},
8
- {registered , []},
9
- {env , []},
10
- {applications ,[kernel ,stdlib ,inets ]}]}.
2
+ [{description ," XML parser. Supports SAX style parsing as well as XML Schema based data mapping: create records from XML (and vice versa)" },
3
+ {vsn ," 1.5.0 " },
4
+ {modules ,[]},
5
+ {maintainers ,[" Willem de Jong" ]},
6
+ {licenses ,[" GNU Lesser GPL, Version 3" ]},
7
+ {links ,[{" Github" ," https://github.com/willemdj/erlsom" }]},
8
+ {registered ,[]},
9
+ {env ,[]},
10
+ {applications ,[kernel ,stdlib ,inets ]}]}.
You can’t perform that action at this time.
0 commit comments