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

Package tablecloth-native.0.0.5 #13670

Merged
merged 2 commits into from Mar 13, 2019
Merged

Package tablecloth-native.0.0.5 #13670

merged 2 commits into from Mar 13, 2019

Conversation

pbiggar
Copy link
Contributor

@pbiggar pbiggar commented Mar 13, 2019

tablecloth-native.0.0.5

Native OCaml library implementing Tablecloth, a cross-platform standard library for OCaml, Bucklescript and ReasonML
Longer description



🐫 Pull-request generated by opam-publish v2.0.0

@pbiggar
Copy link
Contributor Author

pbiggar commented Mar 13, 2019

Apologies for the noise. The project is early and the interface changes :-/

@camelus
Copy link
Contributor

camelus commented Mar 13, 2019

☀️ All lint checks passed c51a551
  • These packages passed lint tests: tablecloth-native.0.0.5

☀️ Installability check (10774 → 10775)
  • new installable packages (1): tablecloth-native.0.0.5

@mseri mseri merged commit 53ac492 into ocaml:master Mar 13, 2019
@pbiggar
Copy link
Contributor Author

pbiggar commented Apr 6, 2019

I tried installing this package via opam and it wasn't usable in dune. I seem to have made an error in the .opam file. Perhaps setting name and public_name to different values in dune? I'd love any suggestions about what went wrong and then I can go fix it.

It was installed via opam install tablecloth-native.0.0.5 (I uninstalled and reinstalled multiple times to check).

and dune complained:

File "libbackend/dune", line 37, characters 14-31:
37 |               tablecloth-native
^^^^^^^^^^^^^^^^^
Error: Library "tablecloth-native" not found.
Hint: try: dune external-lib-deps --missing --root backend --profile dev bin/server.exe bin/queue_worker.exe bin/cron_checker.exe bin/add_user.exe @analysis.js

Trying the suggested command:

dune external-lib-deps --missing --root backend --profile dev bin/server.exe bin/queue_worker.exe bin/cron_checker.exe bin/add_user.exe @analysis.js
Entering directory '/home/dark/app/backend'
Error: The following libraries are missing in the default context:
- tablecloth-native
Hint: try: opam install tablecloth-native

I checked to see if it was installed?

$ dune installed-libraries | grep table
splittable_random                     (version: v0.11.0)
$ ocamlfind list | grep table
splittable_random   (version: v0.11.0)

I checked the ~/.opam directory:

$ find ~/.opam/ | grep tablecloth
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/native
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/native/tablecloth-native.opam
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/native/dune-project
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/native/test
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/native/test/test.ml
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/native/test/dune
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/native/src
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/native/src/tablecloth.ml
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/native/src/tablecloth.mli
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/native/src/dune
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/run-integration-test.sh
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/bs
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/bs/package-lock.json
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/bs/bsconfig.json
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/bs/__tests__
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/bs/__tests__/tablecloth_test.ml
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/bs/package.json
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/bs/src
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/bs/src/tablecloth.ml
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/bs/src/tablecloth.mli
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/Changelog.md
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/build.sh
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/CODE_OF_CONDUCT.md
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/README.md
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/.gitignore
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/LICENSE
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/.ocamlformat
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/deploying.md
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/integration-test
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/integration-test/native
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/integration-test/native/dune-project
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/integration-test/native/main.ml
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/integration-test/native/dune
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/integration-test/bs
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/integration-test/bs/package-lock.json
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/integration-test/bs/bsconfig.json
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/integration-test/bs/package.json
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/integration-test/bs/src
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/integration-test/bs/src/demo.bs.js
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/integration-test/bs/src/demo.ml
/home/dark/.opam/4.07.0/.opam-switch/sources/tablecloth-native.0.0.5/opam
/home/dark/.opam/4.07.0/.opam-switch/packages/tablecloth-native.0.0.5
/home/dark/.opam/4.07.0/.opam-switch/packages/tablecloth-native.0.0.5/opam
/home/dark/.opam/4.07.0/.opam-switch/install/tablecloth-native.changes
/home/dark/.opam/repo/default/packages/tablecloth-native
/home/dark/.opam/repo/default/packages/tablecloth-native/tablecloth-native.0.0.2
/home/dark/.opam/repo/default/packages/tablecloth-native/tablecloth-native.0.0.2/opam
/home/dark/.opam/repo/default/packages/tablecloth-native/tablecloth-native.0.0.3
/home/dark/.opam/repo/default/packages/tablecloth-native/tablecloth-native.0.0.3/opam
/home/dark/.opam/repo/default/packages/tablecloth-native/tablecloth-native.0.0.4
/home/dark/.opam/repo/default/packages/tablecloth-native/tablecloth-native.0.0.4/opam
/home/dark/.opam/repo/default/packages/tablecloth-native/tablecloth-native.0.0.5
/home/dark/.opam/repo/default/packages/tablecloth-native/tablecloth-native.0.0.5/opam

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.

None yet

3 participants