blob: c7961a4e23fd79b0f3078b392e0fbd394c62740f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>me@r0bert.dev</email>
<name>Robert Greener</name>
</maintainer>
<longdescription lang="en">Cache the results of a function so that when you call it again with the same arguments it returns the previously computed value.</longdescription>
<upstream>
<maintainer>
<email>winston@rstudio.com</email>
<name>Winston Chang</name>
</maintainer>
<bugs-to>https://github.com/r-lib/memoise/issues</bugs-to>
</upstream>
<origin>gentoo-guru-overlay</origin>
</pkgmetadata>
|