diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | README.md | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e4e5f6c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~
\ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..a54321c --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +Reproducible paper dependencies +=============================== + +The tarballs collected in this repository are the necessary +dependencies for the [reproducible +paper](https://gitlab.com/makhlaghi/reproducible-paper) project. + +The paper reproduction pipeline will download the necessary tarball +(mostly) from their own official webpage if not already present on the +local system. This repository is maintained for easy downloading of +all the necessary tarballs in one place (and use later in offline +mode).
\ No newline at end of file |