Reorganise directory layout
This commit is contained in:
parent
0529301663
commit
45a2a5d980
5 changed files with 11 additions and 3 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/srfi-233.build.sh
|
||||
/srfi-233.import.scm
|
||||
/srfi-233.import.so
|
||||
/srfi-233.install.sh
|
||||
/srfi-233.link
|
||||
/srfi-233.so
|
||||
/srfi-233.static.o
|
||||
|
|
@ -6,4 +6,4 @@
|
|||
(test-dependencies test)
|
||||
(maintainer "Lilianna Smólska")
|
||||
(author "Lilianna Smólska, John Cowan, Arvydas Silanskas")
|
||||
(components (extension srfi-233 (source "srfi-233.sld"))))
|
||||
(components (extension srfi-233 (source "srfi/233.sld"))))
|
||||
|
|
|
|||
|
|
@ -2,3 +2,4 @@
|
|||
(repo git "git://git.linuxposting.xyz/afiw/chicken-srfi-233.git")
|
||||
(uri targz "https://git.linuxposting.xyz/afiw/chicken-srfi-233.git/archive/{egg-release}.tar.gz")
|
||||
(release "1.0")
|
||||
(release "1.0.1")
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
;;;; IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
;;;; CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
(define-library (srfi-233)
|
||||
(define-library (srfi 233)
|
||||
(import
|
||||
(scheme base)
|
||||
(scheme cxr)
|
||||
|
|
@ -33,4 +33,4 @@
|
|||
(export
|
||||
make-ini-file-generator
|
||||
make-ini-file-accumulator)
|
||||
(include "srfi-233.scm"))
|
||||
(include "impl.scm"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue