Create basic package structure

This commit is contained in:
Kiana Sheibani 2022-11-29 13:38:17 -05:00
parent 3e254e83a8
commit fbc61e9458
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
4 changed files with 17 additions and 2 deletions

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
*.ibc
*.o
build/
*.*~

View file

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2022 Kiana Sheibani
Copyright (c) 2022 Kiana Sheibani, Eszter
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -1 +1 @@
# idris2-render
# Idris2 Renderer

10
render.ipkg Normal file
View file

@ -0,0 +1,10 @@
package render
version = 0.0
authors = "Kiana Sheibani, Eszter"
license = "MIT"
langversion >= 0.5.1
sourcedir = "src"
readme = "README.md"