Changed my name :)

This commit is contained in:
Suzanne Soy 2021-03-04 20:37:45 +00:00
parent d254963487
commit 963de56ea8
5 changed files with 5 additions and 5 deletions

View File

@ -22,4 +22,4 @@
"datatype")) "datatype"))
(define pkg-desc "Algebraic Datatypes tailored for writing compilers (documentation only)") (define pkg-desc "Algebraic Datatypes tailored for writing compilers (documentation only)")
(define version "1.1") (define version "1.1")
(define pkg-authors '("Georges Dupéron")) (define pkg-authors '("Suzanne Soy"))

View File

@ -1,7 +1,7 @@
#lang scribble/manual #lang scribble/manual
@title{Algebraic Data Types for compilers: Implementation} @title{Algebraic Data Types for compilers: Implementation}
@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]] @author[@author+email["Suzanne Soy" "racket@suzanne.soy"]]
This library is implemented using literate programming. The implementation This library is implemented using literate programming. The implementation
details are presented in the following sections. The user documentation is in details are presented in the following sections. The user documentation is in

View File

@ -22,4 +22,4 @@
"scribble-math")) "scribble-math"))
(define pkg-desc "Algebraic Datatypes tailored for writing compilers (tests are in phc-adt-test)") (define pkg-desc "Algebraic Datatypes tailored for writing compilers (tests are in phc-adt-test)")
(define version "1.1") (define version "1.1")
(define pkg-authors '("Georges Dupéron")) (define pkg-authors '("Suzanne Soy"))

View File

@ -11,4 +11,4 @@
(define build-deps '()) (define build-deps '())
(define pkg-desc "Tests for the phc-adt library") (define pkg-desc "Tests for the phc-adt library")
(define version "1.1") (define version "1.1")
(define pkg-authors '("Georges Dupéron")) (define pkg-authors '("Suzanne Soy"))

View File

@ -9,4 +9,4 @@
(define build-deps '()) (define build-deps '())
(define pkg-desc "Algebraic Datatypes tailored for writing compilers") (define pkg-desc "Algebraic Datatypes tailored for writing compilers")
(define version "1.1") (define version "1.1")
(define pkg-authors '("Georges Dupéron")) (define pkg-authors '("Suzanne Soy"))