-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcontact-b.html
35 lines (32 loc) · 1.38 KB
/
contact-b.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<title>Contact Us</title>
<style type="text/css">
</style>
<body>
<h1>Contact Us</h1>
<p>For day-to-day inquiries about the Labs, please contact us
directly at the e-mail addresses below, or join the public mailing
lists. The <tt>ocamllabs-announce</tt> is a low-volume mailing list
for software releases, and <tt>ocamllabs-devel</tt> covers day-to-day
development with our external <a href="people/">collaborators</a>.<p>
<p>For a low-volume mailing list, join the announcements list below.
Day-to-day notices and
development will be on the <tt>ocamllabs-devel</tt> list, and the Mirage OS
mailing list is for that particular project.</p>
<div class="menu-wrapper">
<dl class="menu">
<dt>People
<dd><a href="mailto:[email protected]">Anil Madhavapeddy</a>
<dd><a href="mailto:[email protected]">Alan Mycroft</a>
<dd><a href="mailto:[email protected]">Ian Leslie</a>
<dd><a href="mailto:[email protected]">Jon Crowcroft</a>
</dl>
<dl class="menu">
<dt>Mailing List
<dd><a href="https://lists.cam.ac.uk/mailman/listinfo/cl-ocamllabs-announce">OCamlLabs-announce</a>
<dd><a href="https://lists.cam.ac.uk/mailman/listinfo/cl-ocamllabs">OCamlLabs-devel</a>
<dd><a href="https://lists.cam.ac.uk/mailman/listinfo/cl-mirage">Mirage-devel</a>
<dd><a href="http://lists.ocaml.org">OCaml.org lists</a>
</dl>
</div>
</body>