dev-cpp/MEL: new package, add 1.0.0

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-17 11:39:43 +02:00
parent 666ca1bcd3
commit f9346d72dc
3 changed files with 48 additions and 0 deletions

13
dev-cpp/MEL/metadata.xml Normal file
View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">MEL is a small (~500 loc) header-only C++11 library to parse strings into math expression objects that can be evaluated at runtime, by substituting symbols (e.g. x) by runtime values. It can be used, for example, to implement user-defined functions (UDF) in a larger code, in a self-contained way.</longdescription>
<upstream>
<bugs-to>https://github.com/pcarruscag/MEL/issues</bugs-to>
<remote-id type="github">pcarruscag/MEL</remote-id>
</upstream>
</pkgmetadata>