-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1023 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 1023 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>OpenCAPI Software Documentation</title>
<style>
body {
font-family: sans-serif;
}
</style>
</head>
<body>
<img src="https://opencapi.org/wp-content/uploads/2016/09/opencapi-consortium-logo.png">
<h1>OpenCAPI Open Source Projects</h1>
<p>OpenCAPI Consortium open source projects can be found on GitHub at <a href="https://github.com/opencapi/">https://github.com/opencapi/</a>.</p>
<p>For OpenCAPI specifications and related hardware documentation, please see the <a href="https://opencapi.org">OpenCAPI Consortium</a> website.</p>
<h2>libocxl</h2>
<ul>
<li><a href="https://github.com/opencapi/libocxl">libocxl on GitHub</a></li>
<li><a href="libocxl/index.html">libocxl documentation</a></li>
</ul>
<h2>OC-Accel</h2>
<ul>
<li><a href="https://github.com/opencapi/oc-accel">OC-Accel on GitHub</a></li>
<li><a href="oc-accel/">OC-Accel documentation</a></li>
</ul>
</body>
</html>