Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract LICENSE and identify as BSD-2-Clause. #80

Merged
merged 1 commit into from
Aug 30, 2021

Conversation

tmcgilchrist
Copy link
Contributor

As far as I can tell this is under a BSD-2-Clause license, please correct me if I'm wrong.
https://spdx.org/licenses/BSD-2-Clause.html

#78

@tmcgilchrist
Copy link
Contributor Author

This 4.07.1 build is failing with:

File "_none_", line 1:
Error: No implementations provided for the following modules:
         Bigarray referenced from /home/opam/.opam/4.07/lib/base_quickcheck/base_quickcheck.cmxa(Base_quickcheck__Bigarray_helpers),
           /home/opam/.opam/4.07/lib/base_quickcheck/base_quickcheck.cmxa(Base_quickcheck__Shrinker)
"/bin/bash" "-c"
"opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1

I can reproduce locally on 4.07.1 OSX.

The 32bit arm issue is reported #79

@talex5 talex5 merged commit 0fc5f2c into capnproto:master Aug 30, 2021
@talex5
Copy link
Collaborator

talex5 commented Aug 30, 2021

Thanks!

The 4.07 issue seems to be a bug in base (#71 (comment)).

@tmcgilchrist tmcgilchrist deleted the license branch September 1, 2021 08:31
talex5 added a commit to talex5/opam-repository that referenced this pull request Feb 21, 2022
CHANGES:

New features:

* Add Codecs.serialize_{fold,iter}_copyless (@Cjen1, capnproto/capnp-ocaml#71).
  Avoids a copy when writing out fragments.

Documentation:

* Add example of how to use the library (@rottened23, capnproto/capnp-ocaml#62).

* Extract LICENSE and identify as BSD-2-Clause (@tmcgilchrist, capnproto/capnp-ocaml#80).

Build system:

* Remove compiler flags for flambda (@talex5, capnproto/capnp-ocaml#83).
  This was very slow to compile on OCaml 4.14, and the performance benefit is minimal.

* Update to dune 2 (@talex5, capnproto/capnp-ocaml#77).

* Dune should not be a build dependency (@talex5, capnproto/capnp-ocaml#67).

* Replace `Uint32.of_int` in unit-tests with `of_string` (@talex5, capnproto/capnp-ocaml#73).
  Fixed tests on 32-bit systems.

* Remove Travis CI (@talex5, capnproto/capnp-ocaml#74). Replaced by ocaml-ci.

* Switch from "capnpc" to "capnp compile" (@talex5, capnproto/capnp-ocaml#75).

* Benchmarks: remove incorrect test for 64-bit on Windows (@dra27, capnproto/capnp-ocaml#72).
talex5 added a commit to talex5/opam-repository that referenced this pull request Feb 22, 2022
CHANGES:

New features:

* Add Codecs.serialize_{fold,iter}_copyless (@Cjen1, capnproto/capnp-ocaml#71).
  Avoids a copy when writing out fragments.

Documentation:

* Add example of how to use the library (@rottened23, capnproto/capnp-ocaml#62).

* Extract LICENSE and identify as BSD-2-Clause (@tmcgilchrist, capnproto/capnp-ocaml#80).

Build system:

* Remove compiler flags for flambda (@talex5, capnproto/capnp-ocaml#83).
  This was very slow to compile on OCaml 4.14, and the performance benefit is minimal.

* Update to dune 2 (@talex5, capnproto/capnp-ocaml#77).

* Dune should not be a build dependency (@talex5, capnproto/capnp-ocaml#67).

* Replace `Uint32.of_int` in unit-tests with `of_string` (@talex5, capnproto/capnp-ocaml#73).
  Fixed tests on 32-bit systems.

* Remove Travis CI (@talex5, capnproto/capnp-ocaml#74). Replaced by ocaml-ci.

* Switch from "capnpc" to "capnp compile" (@talex5, capnproto/capnp-ocaml#75).

* Benchmarks: remove incorrect test for 64-bit on Windows (@dra27, capnproto/capnp-ocaml#72).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants