or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Friday opam hacking
Useful information
Opam health check filter: http://check.ocamllabs.io/?comp=4.14&comp=5.0&available=4.14&available=5.0&show-only=bad&show-diff-only=true&sort-by-revdeps=true&maintainers=&logsearch=&logsearch_comp=4.14
When fixing a package and after an upstream PR has been open, adding the package(s) to https://github.com/kit-ty-kate/opam-alpha-repository is very much appreciated.
Just call the
./add-pkg.sh
script with the package(s) you want to add, modify theirsrc
field and remove thechecksum
and the PR should be good to go.Opam hacking evening 2022/13/01
Participant list
Package under scrutiny
octachron
Opam package hacking afternoon for OCaml 5: 2022/12/02
Participant list
Packages under analysis
dbuenzli
brr
,js_of_ocaml
has been updated for 5.0.0 butbrr
needs a few tweaks and a release to support the latestjsoo
version. Will do.In fact that may not be needed, see this PR on the opam repository. New release still coming though.
octachron
gsl-ocaml
: fix examplesoasis
requires ocamlify: laterocamlify
use oasis generated files: laterpgocaml
: missing camlp-streams dependencycamlimages
: deprecated functions, dependency on lablgtkdangdennis
- Unable to setup local package from source because it uses oasis.usb.1.3.1
rlp
- wip. depends on rope. uses oasis. would also require strong opinionated choicesrope
- PR opened to alpha opam repomseri
textneeds porting from oasis, I cannot do it without some strong opinionated choices and in reasonable time#25#24 and #26Packages with a pending PR
octachron
gsl-ocaml
: https://github.com/mmottl/gsl-ocaml/pull/36pgocaml
: https://github.com/darioteixeira/pgocaml/pull/121Opam package hacking afternoon for OCaml 5: 2022/10/28
Participant list
Packages under analysis
octachron:
– many use of the deprecated short name for C FFI functions
– build fixed, to check many some strange use of global root
– to check: mixing unix module when linking
Packages with a pending PR
octachron
codept (version macros and opam constraint)
– Relaxing the constraint is enough
– direct opam-repository PR: https://github.com/ocaml/opam-repository/pull/22400
phantom-algebra
– strangely the library is not broken yet
– but it was still using jbuilder…
– no more jbuilder version submitted: https://github.com/ocaml/opam-repository/pull/22405
gasche
https://github.com/rdicosmo/parmap/pull/109
https://github.com/rdicosmo/parmap/pull/110
https://github.com/ocaml/opam-repository/pull/22410
Pre-existing PRs to check out later:
Packages added to alpha-reposity
Fixed packages