Skip to content

Commit

Permalink
Merge pull request #18 from lefessan/z-2020-08-29-use-drom
Browse files Browse the repository at this point in the history
Rename opam-bin_lib to opam_bin_lib
  • Loading branch information
lefessan authored Aug 31, 2020
2 parents c9eaed3 + 920545c commit c11cbb8
Show file tree
Hide file tree
Showing 98 changed files with 158 additions and 124 deletions.
9 changes: 5 additions & 4 deletions .drom
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@ eaf0d4c16b30c352504ce91a8910fa77 Makefile
9b0783ebd25de8ebbb99bb7d004c10cf docs/sphinx/index.html
a95f1ab7d178b468eff6188a527535d9 docs/style.css
70d4afff13aa6fe41d1982e2cb9e0759 drom.toml
f133f06330f73bb1502f45b4bd213ed0 dune-project
5f72e989567cf53cdfa7d0be7508912e main/dune
8c2fbd13b4163039a3e1f66e64d4c2e6 dune-project
4a55035a6a029d7d0616919c2840f4a9 main/dune
2eada317eec8b378a8fc7e70179e5a79 main/main.ml
1be26aa796780d0e80ba0b55b19fe291 opam-bin.opam
7fdfcefc25e34c6931dfd435eb01e876 opam-bin.opam
bd8c7695154a96f1a2fe79b0e5da3b53 opam-bin_lib.opam
44745073e11b8b986674cdfab9f74bc8 opam_bin_lib.opam
d41d8cd98f00b204e9800998ecf8427e sphinx/_static/css/fixes.css
1dbe84c008b0d8eb183f421c42bc6fb6 sphinx/about.rst
27ebbff0d3b31496284f96e2b03e1180 sphinx/conf.py
eb522bc1bb6523b514040c8801bf5f79 sphinx/index.rst
f8b522b1c2653ff991f046aa7f86b1ad sphinx/install.rst
8a344a420918b6b6f4dc40b944076c23 sphinx/license.rst
6d45dedb4c0d4b269d8bac9f8132b1ac src/dune
576c92acc58358599a655a68da2a3b48 src/dune
ebcb1dfb01b071d2250cb24bfbb67516 src/version.ml
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- run: opam exec -- ocaml .github/workflows/ci.ml pin

- run: opam install ./opam-bin_lib.opam --deps-only --with-test
- run: opam install ./opam_bin_lib.opam --deps-only --with-test

- run: opam exec -- make all

Expand Down
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 2110572e83af3c1b9bcb80069c354185
config: 3e95323e856730371a126f0c8c920721
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/.doctrees/f-a-q.doctree
Binary file not shown.
Binary file modified docs/.doctrees/local-usage.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: 'z-2020-08-18-opam-bin-new (073b7d0) (2020/08/29 11:05)',
VERSION: 'z-2020-08-29-use-drom (d97e44e) (2020/08/31 06:55)',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
Expand Down
14 changes: 9 additions & 5 deletions docs/about-and-thanks.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>About, Thanks and Funding &mdash; opam-bin z-2020-08-18-opam-bin-new
(073b7d0
) (2020/08/29 11:05) documentation</title>
<title>About, Thanks and Funding &mdash; opam-bin z-2020-08-29-use-drom
(d97e44e
) (2020/08/31 06:55) documentation</title>



Expand Down Expand Up @@ -39,6 +39,7 @@

<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Copyright and License" href="license.html" />
<link rel="prev" title="Frequently Asked Questions" href="f-a-q.html" />
</head>

Expand All @@ -63,8 +64,8 @@


<div class="version">
z-2020-08-18-opam-bin-new
(073b7d0
z-2020-08-29-use-drom
(d97e44e
)
</div>

Expand Down Expand Up @@ -106,6 +107,7 @@
<li class="toctree-l2"><a class="reference internal" href="#funding">Funding</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="license.html">Copyright and License</a></li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/ocamlpro/opam-bin">Devel and Issues on Github</a></li>
</ul>

Expand Down Expand Up @@ -214,6 +216,8 @@ <h2>Funding<a class="headerlink" href="#funding" title="Permalink to this headli

<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">

<a href="license.html" class="btn btn-neutral float-right" title="Copyright and License" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>


<a href="f-a-q.html" class="btn btn-neutral float-left" title="Frequently Asked Questions" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>

Expand Down
11 changes: 6 additions & 5 deletions docs/basic-concepts.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Basic Concepts &mdash; opam-bin z-2020-08-18-opam-bin-new
(073b7d0
) (2020/08/29 11:05) documentation</title>
<title>Basic Concepts &mdash; opam-bin z-2020-08-29-use-drom
(d97e44e
) (2020/08/31 06:55) documentation</title>



Expand Down Expand Up @@ -64,8 +64,8 @@


<div class="version">
z-2020-08-18-opam-bin-new
(073b7d0
z-2020-08-29-use-drom
(d97e44e
)
</div>

Expand Down Expand Up @@ -108,6 +108,7 @@
<li class="toctree-l1"><a class="reference internal" href="repositories.html">Contributed Binary Repositories</a></li>
<li class="toctree-l1"><a class="reference internal" href="f-a-q.html">Frequently Asked Questions</a></li>
<li class="toctree-l1"><a class="reference internal" href="about-and-thanks.html">About, Thanks and Funding</a></li>
<li class="toctree-l1"><a class="reference internal" href="license.html">Copyright and License</a></li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/ocamlpro/opam-bin">Devel and Issues on Github</a></li>
</ul>

Expand Down
11 changes: 6 additions & 5 deletions docs/commands.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Commands &mdash; opam-bin z-2020-08-18-opam-bin-new
(073b7d0
) (2020/08/29 11:05) documentation</title>
<title>Commands &mdash; opam-bin z-2020-08-29-use-drom
(d97e44e
) (2020/08/31 06:55) documentation</title>



Expand Down Expand Up @@ -64,8 +64,8 @@


<div class="version">
z-2020-08-18-opam-bin-new
(073b7d0
z-2020-08-29-use-drom
(d97e44e
)
</div>

Expand Down Expand Up @@ -114,6 +114,7 @@
<li class="toctree-l1"><a class="reference internal" href="repositories.html">Contributed Binary Repositories</a></li>
<li class="toctree-l1"><a class="reference internal" href="f-a-q.html">Frequently Asked Questions</a></li>
<li class="toctree-l1"><a class="reference internal" href="about-and-thanks.html">About, Thanks and Funding</a></li>
<li class="toctree-l1"><a class="reference internal" href="license.html">Copyright and License</a></li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/ocamlpro/opam-bin">Devel and Issues on Github</a></li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion docs/doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h2>OCaml package documentation</h2>
<ol>
<li><a href="opam-bin/index.html">opam-bin</a> <span class="version">0.9.4</span></li>
<li><a href="opam-bin_lib/index.html">opam-bin_lib</a> <span class="version">0.9.4</span></li>
<li><a href="opam_bin_lib/index.html">opam_bin_lib</a> <span class="version">0.9.4</span></li>
</ol>
</div>
</main>
Expand Down
2 changes: 0 additions & 2 deletions docs/doc/opam-bin_lib/Opam_bin/Globals/index.html

This file was deleted.

Loading

0 comments on commit c11cbb8

Please sign in to comment.