Initialize project
authorAhmet Artu Yildirim <ahmet@artulab.com>
Fri, 8 Oct 2021 05:02:10 +0000 (22:02 -0700)
committerAhmet Artu Yildirim <ahmet@artulab.com>
Fri, 8 Oct 2021 05:04:19 +0000 (22:04 -0700)
commit4bd1e92bf085cc8957043dd40a25d27f207397a0
tree16589ecdefb475b93c643516cb9681574798678f
Initialize project
20 files changed:
.gitignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
README.md [new file with mode: 0644]
TODO [new file with mode: 0644]
bootstrap [new file with mode: 0755]
configure.ac [new file with mode: 0644]
examples/raster/raster-small.txt [new file with mode: 0644]
examples/raster/read-raster.scm [new file with mode: 0755]
examples/raster/write-raster.scm [new file with mode: 0755]
gdal.scm [new file with mode: 0644]
gdal/config.scm.in [new file with mode: 0644]
gdal/extension.scm [new file with mode: 0644]
gdal/internal.scm [new file with mode: 0644]
gdal/ogr.scm [new file with mode: 0644]
guix.scm [new file with mode: 0644]
m4/guile.m4 [new file with mode: 0644]
m4/m4_ax_lib_gdal.m4 [new file with mode: 0644]
pre-inst-env.in [new file with mode: 0644]