Skip to content

Commit 89365ec

Browse files
Add Status section.
1 parent 3f8d013 commit 89365ec

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

srfi-180.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,12 @@ <h1 id="title">Title</h1>
5353
<h2 id="author">Author</h2>
5454
<p>Amirouche Boubekki</p>
5555
<h2 id="status">Status</h2>
56-
<p>Draft</p>
56+
<p>This SRFI is currently in <em>draft</em> status. Here is <a href="https://srfi.schemers.org/srfi-process.html">an explanation</a> of each status that a SRFI can hold. To provide input on this SRFI, please send email to <code><a href="mailto:srfi+minus+180+at+srfi+dotschemers+dot+org">srfi-180@<span class="antispam">nospam</span>srfi.schemers.org</a></code>. To subscribe to the list, follow <a href="https://srfi.schemers.org/srfi-list-subscribe.html">these instructions</a>. You can access previous messages via the mailing list <a href="https://srfi-email.schemers.org/srfi-180">archive</a>.</p>
57+
<ul>
58+
<li>Received: 2020/1/17</li>
59+
<li>60-day deadline: 2020/3/18</li>
60+
<li>Draft #1 published: 2020/1/17</li>
61+
</ul>
5762
<h2 id="abstract">Abstract</h2>
5863
<p>This library describes a JavaScript Object Notation (JSON) parser and printer. It supports streaming parses of JSON that may be bigger than memory.</p>
5964
<h2 id="rationale">Rationale</h2>

0 commit comments

Comments
 (0)