summaryrefslogtreecommitdiff
path: root/manifest-format/examples.html
blob: 2e649136bef997c00cd3fe3ba2a7a1bb3afb50ae (plain) (blame)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>Manifest Format &mdash; Examples &mdash; Divina</title>
        <link rel="stylesheet" href="../assets/fonts.css">
        <link rel="stylesheet" href="../assets/graphite.css">
        <link rel="stylesheet" href="../assets/pygments.css">
        
        
    </head>
    <body class="node-manifest-format-examples node-manifest-format node">
        <header class="masthead">
            <h1><a href="../index.html">Divina</a></h1>
            
                <p class="tagline">🎀 A modern build system for assembly</p>
            
            
                <p class="version">Version 0.1.0</p>
            
            <nav class="menu">
                <input id="menu-check" type="checkbox"/>
                <label id="menu-label" for="menu-check" class="unselectable">
                    <span class="icon close-icon"></span>
                    <span class="icon open-icon"></span>
                    <span class="text">Menu</span>
                </label>
                <ul>
<li><a href="../index.html">Home</a></li>
<li><a href="../manifest-format.html">Manifest Format</a><ul>
<li><a href="../manifest-format/examples.html">Examples</a></li>
</ul>
</li>
<li><a href="../about.html">About</a></li>
<li><a href="https://github.com/divinaland/Divina">GitHub</a></li>
</ul>
            </nav>
        </header>
        <article class="main">
            <header class="title">
                <h1>Manifest Format &mdash; Examples &mdash; Divina</h1>
                
                <hr>
            </header>
            <p>Examples for package manifests can be found within the Divina root repository
<a href="https://github.com/divinaland/Divina/tree/main/examples"><code>examples</code></a> directory
and an example for a workspace manifest can be found within the root Divina repository;
<a href="https://github.com/divinaland/Divina/blob/main/Divina.lua"><code>Divina.lua</code></a>.</p>
        </article>
        
    </body>
</html>