OCaml HTML5 parser/serialiser based on Python's JustHTML
at b6209b4d05ab2f41cb8c63a0cdfc842f3926b8c8 64 lines 697 B view raw
1(lang dune 3.20) 2(name root) 3 4(generate_opam_files true) 5 6(package 7 (name root) 8 (synopsis "Monorepo root package with external dependencies") 9 (allow_empty) 10 (depends 11 ISO3166 12 alcotest 13 astring 14 base64 15 bigstringaf 16 brr 17 bytesrw 18 ca-certs 19 cmarkit 20 cmdliner 21 crowbar 22 cstruct 23 decompress 24 digestif 25 domain-name 26 dune 27 eio 28 eio_main 29 eqaf 30 faraday 31 fmt 32 fpath 33 geojson 34 jsonm 35 jsont 36 kdf 37 logs 38 magic-mime 39 mdx 40 menhir 41 mirage-crypto 42 mirage-crypto-ec 43 mirage-crypto-pk 44 mirage-crypto-rng 45 multibase 46 ocaml 47 odoc 48 opam-file-format 49 optint 50 progress 51 ptime 52 re 53 spdx_licenses 54 tls 55 tls-eio 56 uri 57 uunf 58 uutf 59 uuuu 60 x509 61 xdg 62 yojson 63 zarith 64 ))