package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.24.2.tbz
sha256=472798691b0216daf538709f0f4703b3617ef24ad0866c9096068baaba4d762a
sha512=13082a66a28e940d4b3c9f78b556f6c1455987cd522355ba4502e01e60a3d002d3101b51284726ae21aa87494efa2dc54d016173f05b616bbc5dad714d5714a3

Description

Dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

Dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

Dune is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Added to opam-repository:

README

Dune

A Composable Build System for OCaml

Main Workflow Release License Contributors

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.14.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

Issues Discussions Discuss OCaml Discord

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dev Dependencies (19)

  1. conf-git-daemon with-test
  2. uutf with-dev-setup
  3. melange with-dev-setup & >= "5.1.0-51" & < "7.0" & os != "win32"
  4. utop with-dev-setup & >= "2.6.0" & os != "win32"
  5. ctypes with-dev-setup & os != "win32"
  6. ppxlib with-dev-setup & >= "0.37.0" & os != "win32"
  7. ppx_inline_test with-dev-setup & os != "win32"
  8. spawn with-dev-setup
  9. ppx_optcomp with-dev-setup
  10. ppx_expect with-dev-setup & >= "v0.17" & os != "win32"
  11. odoc with-dev-setup & >= "3.2.0" & os != "win32"
  12. ocamlfind with-dev-setup & os != "win32"
  13. menhir with-dev-setup & os != "win32"
  14. mdx with-dev-setup & >= "2.3.0" & os != "win32"
  15. js_of_ocaml-compiler with-dev-setup & >= "6.1.0" & < "6.4" & os != "win32"
  16. js_of_ocaml with-dev-setup & >= "6.1.0" & < "6.4" & os != "win32"
  17. csexp with-dev-setup & >= "1.3.0"
  18. cinaps with-dev-setup
  19. lwt with-dev-setup & os != "win32"

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. abella >= "2.0.8"
  7. absolute
  8. abstract_algebra
  9. accessor
  10. accessor_async
  11. accessor_base
  12. accessor_core
  13. acgtk
  14. aches
  15. aches-lwt
  16. acp4
  17. acpc >= "2.0.0"
  18. activitypub
  19. activitypub_client
  20. activitypub_gui
  21. activitypub_server
  22. activitypub_server_gui
  23. adelfa
  24. adobe_font_metrics
  25. advi
  26. afl-persistent >= "1.4"
  27. agrid
  28. aho-corasick
  29. ahrocksdb
  30. ai-sdk-react
  31. aifad >= "2.2.1"
  32. alba >= "0.4.1"
  33. albatross
  34. alcobar
  35. alcotest
  36. alcotest-async
  37. alcotest-js
  38. alcotest-lwt
  39. alcotest-mirage
  40. alg_structs
  41. alg_structs_qcheck
  42. algaeff
  43. alice
  44. allegro5
  45. alonzo
  46. alsa >= "0.3.0"
  47. alt-ergo >= "2.3.0"
  48. alt-ergo-free >= "2.4.3"
  49. alt-ergo-lib >= "2.4.2"
  50. alt-ergo-parsers
  51. alt-ergo-plugin-ab-why3
  52. altgr-ergo >= "2.3.0"
  53. ambient-context
  54. ambient-context-eio
  55. ambient-context-lwt
  56. amlc-lsp
  57. amqp-client >= "2.0.3"
  58. amqp-client-async
  59. amqp-client-lwt
  60. ancient >= "0.10.0"
  61. anders
  62. angstrom >= "0.11.1"
  63. angstrom-async >= "0.11.1"
  64. angstrom-lwt-unix >= "0.11.1"
  65. angstrom-unix >= "0.11.1"
  66. ansi
  67. ansi-parse
  68. ansifmt
  69. anthill
  70. anthropic
  71. antic != "0.3.1"
  72. ao >= "0.2.2"
  73. api-watch
  74. apronext
  75. arb != "0.3.1"
  76. arc
  77. archetype < "1.0.0" | >= "1.2.1"
  78. archi
  79. archi-async
  80. archi-lwt
  81. arg-complete
  82. argon2
  83. argsh
  84. arp
  85. arrakis
  86. arrayjit
  87. art
  88. asai
  89. asak
  90. ascend
  91. ascon
  92. ask
  93. ask-integrator
  94. asli >= "0.2.0"
  95. aslref
  96. asn1-combinators >= "0.2.5"
  97. ast_generic
  98. async
  99. async-uri
  100. async_durable
  101. async_extra
  102. async_find
  103. async_graphics
  104. async_inotify
  105. async_interactive
  106. async_js
  107. async_kernel
  108. async_log
  109. async_rpc_kernel
  110. async_rpc_websocket
  111. async_sendfile
  112. async_shell
  113. async_smtp
  114. async_ssl
  115. async_udp
  116. async_unix
  117. async_websocket
  118. atable
  119. atacama
  120. atd >= "2.2.1"
  121. atd-jsonlike
  122. atd-yamlx
  123. atdcpp
  124. atdd
  125. atdgen >= "2.2.1"
  126. atdgen-codec-runtime
  127. atdgen-runtime >= "2.2.1"
  128. atdj >= "2.2.1"
  129. atdml
  130. atdpy
  131. atds
  132. atdts
  133. atomic < "base"
  134. atproto
  135. autofonce
  136. autofonce_config
  137. autofonce_core
  138. autofonce_lib
  139. autofonce_m4
  140. autofonce_misc
  141. autofonce_patch
  142. autofonce_share
  143. avro
  144. avro-compiler
  145. avro-simple
  146. awa
  147. awa-mirage
  148. aws >= "1.2"
  149. aws-async
  150. aws-autoscaling >= "1.2"
  151. aws-cloudformation >= "1.2"
  152. aws-cloudtrail >= "1.2"
  153. aws-cloudwatch
  154. aws-config
  155. aws-ec2 >= "1.2"
  156. aws-eio
  157. aws-elasticache
  158. aws-elasticloadbalancing >= "1.2"
  159. aws-lwt
  160. aws-rds
  161. aws-route53
  162. aws-s3
  163. aws-s3-async
  164. aws-s3-lwt
  165. aws-sdb >= "1.2"
  166. aws-sqs
  167. aws-ssm >= "1.2"
  168. aws-sts >= "1.2"
  169. awskit
  170. awskit-eio
  171. awskit-lwt
  172. awskit-lwt-unix
  173. awskit-s3
  174. awskit-s3-eio
  175. awskit-s3-lwt
  176. awskit-s3-lwt-unix
  177. awskit-s3-sim
  178. awskit-unix
  179. awsm
  180. awsm-async
  181. awsm-codegen
  182. awsm-lwt
  183. awso
  184. awso-async
  185. awso-cli
  186. awso-common
  187. awso-eio
  188. awso-lwt
  189. awso-sync
  190. azblob
  191. azblob-async
  192. azure-cosmos-db
  193. azure-cosmos-db-eio
  194. azure-cosmos-db-lwt
  195. babel
  196. baby
  197. backoff
  198. bag
  199. baguette_sharp >= "2.2.1-1"
  200. bam
  201. bam-ppx
  202. bancos
  203. bank
  204. bare_encoding
  205. bark
  206. base
  207. base32
  208. base64 >= "2.3.0"
  209. base_bigstring
  210. base_quickcheck
  211. base_trie
  212. bastet
  213. bastet_async
  214. bastet_lwt
  215. batch_jaro_winkler
  216. batsat
  217. batteries >= "3.7.1"
  218. bcfg
  219. bcfgt
  220. bdd >= "0.5"
  221. bddrand
  222. bech32
  223. bechamel
  224. bechamel-js
  225. bechamel-notty
  226. bechamel-perf
  227. beluga >= "1.0"
  228. benchmark >= "1.6"
  229. bencode >= "2.0"
  230. bentov
  231. bestline
  232. bheap >= "2.0.0"
  233. bibfmt
  234. bidirectional_map
  235. bigarray-compat
  236. bigarray-overlap
  237. bigdecimal
  238. bignum
  239. bigstring >= "0.3"
  240. bigstring-unix
  241. bigstringaf >= "0.5.0"
  242. bimage
  243. bimage-display
  244. bimage-gtk
  245. bimage-io
  246. bimage-lwt
  247. bimage-sdl
  248. bimage-unix
  249. bimap
  250. bin
  251. bin_prot
  252. bin_there
  253. bin_tree
  254. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  255. binaryen_dsl
  256. bindlib >= "6.0.0"
  257. biniou >= "1.2.1"
  258. binning
  259. binsec
  260. binsec_codex
  261. bio_io
  262. biocaml
  263. biotk
  264. bisect_ppx >= "1.4.0"
  265. bisect_ppx_ng
  266. bistro
  267. bistro-bio
  268. bitcoin >= "3.0"
  269. bitcoin-cohttp-async
  270. bitcoin-cohttp-lwt
  271. bitcoin-ocurl
  272. bitcoinml
  273. bitflyer
  274. bitgenerators
  275. bitlib
  276. bitmasks
  277. bitpack_serializer
  278. bitstring >= "3.1.1"
  279. bitv >= "1.4"
  280. bitwuzla
  281. bitwuzla-bin < "1.0.0"
  282. bitwuzla-c
  283. bitwuzla-cxx
  284. bizowie-api
  285. bjack >= "0.1.6"
  286. blake3
  287. bloomf
  288. bls12-381 < "18.0" | >= "19.0"
  289. bls12-381-gen
  290. bls12-381-hash
  291. bls12-381-js
  292. bls12-381-js-gen
  293. bls12-381-legacy
  294. bls12-381-signature
  295. bls12-381-unix
  296. blurhash
  297. bm25
  298. bnfgen
  299. bogue
  300. bogue-tutorials
  301. boltzgen
  302. bonsai < "v0.16.0"
  303. boulangerie
  304. boulodrome
  305. box
  306. brisk-reconciler
  307. brot
  308. brr-lwd
  309. bst >= "7.0.1"
  310. bstr
  311. buffer-pool
  312. build_path_prefix_map >= "0.3"
  313. builder
  314. builder-web
  315. bun >= "0.3.4"
  316. bwd
  317. bwrap
  318. bytearray
  319. bytebuffer
  320. bytepdf
  321. bytestring
  322. bytream
  323. bz2
  324. CamelCase
  325. CamlSurf-wayland
  326. CamlSurf-x11
  327. ca-certs
  328. ca-certs-nss
  329. cabal
  330. cachet
  331. cachet-lwt
  332. cachet-solo5
  333. cactus
  334. cairn
  335. cairo2 >= "0.6"
  336. cairo2-gtk
  337. cairo2-pango
  338. caisar
  339. caisar-ir
  340. caisar-nnet
  341. caisar-onnx
  342. caisar-ovo
  343. caisar-xgboost
  344. calcium != "0.3.1"
  345. calculon
  346. calculon-web
  347. caldav
  348. calendar >= "3.0.0"
  349. calendars
  350. calipso
  351. calli
  352. callipyge >= "0.2"
  353. camelot
  354. camels
  355. camelsnakekebab
  356. camldiets
  357. camlid
  358. camlimages >= "5.0.2"
  359. camlix
  360. camlkit
  361. camlkit-base
  362. camlkit-gui
  363. camlon >= "3.1.0"
  364. camlp-streams
  365. camlrack
  366. camltc >= "0.9.8"
  367. camomile >= "2.1.0"
  368. camomile-embedded
  369. camyll
  370. canary
  371. capitalization
  372. capnp >= "3.5.0"
  373. capnp-rpc
  374. capnp-rpc-lwt
  375. capnp-rpc-net
  376. capnp-rpc-unix
  377. caps
  378. caqti >= "1.0.0"
  379. caqti-async
  380. caqti-driver-mariadb
  381. caqti-driver-pgx
  382. caqti-driver-postgresql >= "1.0.0"
  383. caqti-driver-sqlite3 >= "1.0.0"
  384. caqti-dynload >= "1.0.0"
  385. caqti-eio
  386. caqti-lwt >= "1.0.0"
  387. caqti-miou
  388. caqti-mirage
  389. caqti-tls
  390. caqti-type-calendar >= "1.0.0"
  391. carbon
  392. carray
  393. carton
  394. carton-git
  395. carton-git-lwt
  396. carton-lwt
  397. carton-miou
  398. carton-miou-unix
  399. cascade
  400. castore
  401. catala
  402. catala-format >= "0.2.0"
  403. catala-lsp
  404. catapult
  405. catapult-client
  406. catapult-daemon
  407. catapult-file
  408. catapult-sqlite
  409. catt
  410. cattery
  411. cb-check
  412. cbor >= "0.3"
  413. cborl
  414. ccbg
  415. cconv >= "0.5"
  416. cdb
  417. cdp
  418. cdp-gen
  419. cdrom >= "0.9.4"
  420. ceph
  421. certify >= "0.3.0"
  422. cf
  423. cf-lwt
  424. cf_workers
  425. cfg >= "2.2.0"
  426. cfml
  427. cfstream
  428. chacha
  429. chamelon >= "0.2.1"
  430. chamelon-unix
  431. chamo
  432. charInfo_width
  433. charrua
  434. charrua-client
  435. charrua-server
  436. charrua-unix
  437. charset
  438. chartjs
  439. chartjs-annotation
  440. chartjs-colorschemes
  441. chartjs-datalabels
  442. chartjs-streaming
  443. chase
  444. chatoyant
  445. checked_oint
  446. checkseum = "0.0.3" | >= "0.2.1"
  447. chess_com_api
  448. choice >= "0.4"
  449. chrome-trace
  450. ciao_lwt
  451. cid
  452. cinaps >= "v0.12.0"
  453. clangml >= "4.0.1"
  454. clangml-transforms
  455. clap >= "0.2.0"
  456. clarity-lang
  457. class_group_vdf
  458. claudius
  459. clim
  460. clim-ppx
  461. climate
  462. cll
  463. clp_operations
  464. clz
  465. cmarker
  466. cmdlang
  467. cmdlang-cmdliner-err-runner
  468. cmdlang-stdlib-runner
  469. cmdlang-to-base
  470. cmdlang-to-climate
  471. cmdlang-to-cmdliner
  472. cmdliner-stdlib
  473. cmon
  474. coap
  475. coap-core
  476. coap-server-lwt
  477. cobs
  478. codept != "0.11.1"
  479. codept-lib
  480. codex
  481. codicons
  482. cohttp >= "1.1.1"
  483. cohttp-async
  484. cohttp-bench
  485. cohttp-curl
  486. cohttp-curl-async
  487. cohttp-curl-lwt
  488. cohttp-eio
  489. cohttp-lwt
  490. cohttp-lwt-jsoo
  491. cohttp-lwt-unix
  492. cohttp-lwt-unix-bin
  493. cohttp-mirage
  494. cohttp-server-lwt-unix
  495. cohttp-top
  496. cohttp_async_websocket
  497. cohttp_static_handler
  498. coin >= "0.1.1"
  499. colibri2
  500. colibrics >= "0.6"
  501. colibrilib >= "0.6"
  502. colibrilib-why3
  503. colombe
  504. color >= "0.2.0"
  505. color-brewery
  506. colors
  507. combic
  508. combinaml
  509. combinat
  510. comby >= "1.4.0"
  511. comby-kernel
  512. comby-semantic
  513. command_rpc
  514. compsort
  515. conan
  516. conan-cli
  517. conan-database
  518. conan-lwt
  519. conan-unix
  520. conduit
  521. conduit-async
  522. conduit-lwt
  523. conduit-lwt-unix
  524. conduit-mirage
  525. conex >= "0.10.0"
  526. conex-mirage-crypto
  527. confero
  528. config
  529. config-file >= "1.2.1"
  530. conformist
  531. containers
  532. containers-data
  533. containers-thread
  534. content_security_policy
  535. contract
  536. cookie
  537. cookies
  538. coq >= "8.17.0" & < "9.0.0"
  539. coq-catt-plugin
  540. coq-core >= "9.0.0"
  541. coq-lsp
  542. coq-of-ocaml
  543. coq-serapi
  544. coq-stdlib < "9.0.0"
  545. coq-waterproof
  546. coqide >= "8.14.0"
  547. coqide-server
  548. core
  549. core-and-more
  550. core_bench
  551. core_compat
  552. core_extended
  553. core_kernel
  554. core_profiler
  555. core_unix
  556. corosync
  557. cosovo
  558. cow >= "2.4.0"
  559. cowabloga >= "0.5.0"
  560. cpm >= "12.1.2"
  561. cppo >= "1.6.6"
  562. cppo_ocamlbuild >= "1.6.6"
  563. cps_toolbox
  564. cpu
  565. cpuid >= "0.1.2"
  566. crc >= "2.1.0"
  567. crlibm >= "0.3"
  568. crockford
  569. crontab
  570. crowbar >= "0.2"
  571. crs
  572. crunch
  573. cry >= "0.6.5"
  574. crypt >= "2.0"
  575. cryptokit >= "1.16.1"
  576. csexp
  577. csexp-query
  578. css
  579. css-parser
  580. cstruct
  581. cstruct-async
  582. cstruct-lwt
  583. cstruct-sexp
  584. cstruct-unix
  585. csv >= "2.2"
  586. csv-lwt >= "2.1"
  587. csvfields
  588. csvtool
  589. ctoxml
  590. ctypes >= "0.21.1"
  591. ctypes-foreign >= "0.21.1"
  592. ctypes-zarith
  593. ctypes_stubs_js
  594. cucumber
  595. cudajit
  596. cudd
  597. cudf >= "0.10"
  598. cue_sheet_maker
  599. cuid >= "0.2"
  600. cumulus
  601. cure2
  602. curl
  603. curl_lwt
  604. curly >= "0.2.0"
  605. current
  606. current-albatross-deployer
  607. current-web-pipelines
  608. current_ansi
  609. current_docker
  610. current_examples
  611. current_git
  612. current_github
  613. current_gitlab
  614. current_incr
  615. current_ocluster
  616. current_rpc
  617. current_slack
  618. current_ssh
  619. current_web
  620. curses >= "1.0.9"
  621. curve-sampling
  622. curve448
  623. cvc5
  624. cviode
  625. DkZero_Base
  626. DkZero_Exec
  627. DkZero_RuntimeC
  628. daft >= "0.0.4"
  629. dap
  630. data-encoding
  631. dataframe
  632. datakit-server >= "0.12.2"
  633. datakit-server-9p >= "0.12.2"
  634. datalog >= "0.6"
  635. dates_calc
  636. daypack-lib
  637. dbase4
  638. dbf != "0.1.1"
  639. dblp
  640. dblp-api
  641. dead_code_analyzer
  642. debian-formats >= "0.1.2"
  643. decimal
  644. decoders >= "0.1.2"
  645. decoders-bencode
  646. decoders-cbor
  647. decoders-ezjsonm >= "0.1.2"
  648. decoders-ezxmlm
  649. decoders-jsonaf
  650. decoders-jsonm
  651. decoders-msgpck
  652. decoders-sexplib
  653. decoders-yojson >= "0.1.2"
  654. decompress >= "0.8.1"
  655. dedent
  656. dedukti >= "2.7"
  657. deepseek
  658. delimcc_of_fxhandler
  659. delimited_parsing
  660. depyt
  661. devkit >= "1.0"
  662. diet
  663. diff
  664. diffable
  665. diffast
  666. diffast-api
  667. diffast-cli
  668. diffast-core
  669. diffast-etc
  670. diffast-git
  671. diffast-git-cli
  672. diffast-langs-common
  673. diffast-langs-cpp
  674. diffast-langs-cpp-parsing
  675. diffast-langs-cpp-parsing-cli
  676. diffast-langs-cpp-spec
  677. diffast-langs-fortran
  678. diffast-langs-fortran-parsing
  679. diffast-langs-fortran-parsing-cli
  680. diffast-langs-fortran-spec
  681. diffast-langs-java
  682. diffast-langs-java-parsing
  683. diffast-langs-java-parsing-cli
  684. diffast-langs-java-spec
  685. diffast-langs-python
  686. diffast-langs-python-parsing
  687. diffast-langs-python-parsing-cli
  688. diffast-langs-python-spec
  689. diffast-langs-verilog
  690. diffast-langs-verilog-parsing
  691. diffast-langs-verilog-parsing-cli
  692. diffast-langs-verilog-spec
  693. diffast-misc
  694. digestif >= "0.9.0"
  695. directories
  696. dirsift
  697. diskuvbox
  698. disml
  699. dispatch >= "0.4.1"
  700. dispatch-js
  701. distributed >= "0.6.0"
  702. distributed-lwt >= "0.2.0"
  703. distributed-uwt >= "0.2.0"
  704. dkim
  705. dkim-bin
  706. dkim-lwt-unix
  707. dkim-mirage
  708. dkml-c-probe
  709. dkml-dune-dsl
  710. dkml-dune-dsl-show
  711. dkml-install
  712. dkml-install-installer
  713. dkml-install-runner
  714. dkml-runtime-common >= "2.0.3"
  715. dkml-runtime-distribution
  716. dkml-workflows
  717. dlm >= "0.3.1"
  718. dmap
  719. dmarc
  720. dns
  721. dns-certify
  722. dns-cli
  723. dns-client
  724. dns-client-lwt
  725. dns-client-miou-unix
  726. dns-client-mirage
  727. dns-lwt
  728. dns-mirage
  729. dns-resolver
  730. dns-server
  731. dns-stub
  732. dns-tsig
  733. dnsrobot
  734. dnssec
  735. docfd
  736. docker-api >= "0.2"
  737. docker_hub
  738. dockerfile
  739. dockerfile-cmd
  740. dockerfile-opam >= "8.2.7"
  741. docteur
  742. docteur-solo5
  743. docteur-unix
  744. doctor
  745. doculib
  746. doi2bib
  747. dokeysto >= "3.0.2"
  748. dokeysto_camltc >= "3.0.2"
  749. dokeysto_lz4 >= "3.0.2"
  750. dolmen >= "0.4.1"
  751. dolmen_bin
  752. dolmen_loop
  753. dolmen_lsp
  754. dolmen_model
  755. dolmen_type
  756. dolog >= "4.0.0"
  757. domain-local-await
  758. domain-local-timeout
  759. domain-name
  760. domain_shims
  761. domainpc
  762. domainslib
  763. dose3 >= "6.1"
  764. dose3-extra
  765. dot-merlin-reader
  766. dotenv
  767. dream
  768. dream-accept
  769. dream-cli
  770. dream-encoding
  771. dream-html
  772. dream-htmx
  773. dream-httpaf
  774. dream-inertia
  775. dream-livereload
  776. dream-pure
  777. dream-serve
  778. dream_middleware_ext
  779. drom >= "0.3.0"
  780. drom_lib >= "0.3.0"
  781. drom_toml
  782. dropbox
  783. dropbox_lwt_unix
  784. dscheck
  785. dssi >= "0.1.3"
  786. dtc-pb
  787. dtoa >= "0.3.2"
  788. dtools
  789. dual
  790. duff >= "0.2"
  791. dum >= "1.0.3"
  792. dump_ocamlformat
  793. dune-action-plugin
  794. dune-action-trace
  795. dune-ai-context
  796. dune-build-info
  797. dune-cargo-build
  798. dune-compiledb
  799. dune-configurator >= "2.5.1"
  800. dune-deps
  801. dune-expand
  802. dune-glob
  803. dune-private-libs
  804. dune-release >= "1.0.0" & != "2.0.0"
  805. dune-rpc
  806. dune-rpc-eio
  807. dune-rpc-lwt
  808. dune-site
  809. dune_deps_extra
  810. dunolint
  811. dunolint-lib
  812. dunolint-lib-base
  813. duppy
  814. duras
  815. duration
  816. dyn
  817. dynamic_gc
  818. dypgen
  819. earley >= "3.0.0"
  820. earlybird
  821. ease-caml
  822. easy-format >= "1.3.2"
  823. easy_logging
  824. easy_logging_yojson
  825. ecaml
  826. echo
  827. ecma-regex
  828. edn
  829. ego
  830. eigen >= "0.1.0"
  831. eio
  832. eio-ssl
  833. eio-trace
  834. eio_linux
  835. eio_main
  836. eio_posix
  837. eio_windows
  838. either
  839. elasticsearch-cli >= "0.5"
  840. electrod
  841. eliom >= "10.1.2"
  842. elm_core
  843. elm_playground
  844. elm_playground_native
  845. elm_playground_web
  846. elm_system
  847. elpi
  848. email_message
  849. embedded_ocaml_templates
  850. emile >= "0.4"
  851. emoji >= "2.0.0"
  852. encore >= "0.4"
  853. env_config
  854. ephemeral
  855. epictetus
  856. eqaf >= "0.2"
  857. eqaf-cstruct
  858. equinoxe
  859. equinoxe-cohttp
  860. equinoxe-hlc
  861. erlang
  862. errpy
  863. erssical
  864. esa
  865. esgg
  866. esperanto-cosmopolitan >= "0.0.5"
  867. ethernet
  868. euler
  869. exenum >= "0.86"
  870. exit
  871. expect >= "0.1.0"
  872. expect_test_helpers
  873. expect_test_helpers_async
  874. expect_test_helpers_core
  875. expect_test_helpers_kernel
  876. expr
  877. extism
  878. extism-manifest
  879. extlib >= "1.7.9"
  880. extunix >= "0.3.1"
  881. ez_api
  882. ez_cmdliner >= "0.2.0"
  883. ez_config >= "0.2.0"
  884. ez_dune_describe
  885. ez_file >= "0.3.0"
  886. ez_hash
  887. ez_pgocaml
  888. ez_search
  889. ez_subst
  890. ezcurl
  891. ezcurl-lwt
  892. ezdl
  893. ezgzip >= "0.2.3"
  894. ezjs_ace
  895. ezjs_blockies
  896. ezjs_cleave
  897. ezjs_crypto
  898. ezjs_cytoscape
  899. ezjs_d3pie
  900. ezjs_extension
  901. ezjs_fetch
  902. ezjs_idb
  903. ezjs_jquery
  904. ezjs_min
  905. ezjs_odometer
  906. ezjs_push
  907. ezjs_qrcode
  908. ezjs_recaptcha
  909. ezjs_timeline
  910. ezjsonm >= "1.0.0"
  911. ezjsonm-encoding
  912. ezjsonm-lwt
  913. ezlua
  914. ezresto
  915. ezresto-directory
  916. ezsqlite >= "0.4.2"
  917. ezxmlm >= "1.1.0"
  918. FPauth
  919. FPauth-core
  920. FPauth-responses
  921. FPauth-strategies
  922. FrontC >= "4.0.0"
  923. faad >= "0.5.0"
  924. facteur
  925. fadbadml >= "0.1.2"
  926. fadecider
  927. faraday >= "0.7.1"
  928. faraday-async >= "0.7.1"
  929. faraday-lwt >= "0.7.1"
  930. faraday-lwt-unix >= "0.7.1"
  931. farmhash >= "0.4"
  932. fasmifra
  933. fast_bitvector
  934. fat-filesystem >= "0.13.0"
  935. fd-send-recv >= "2.0.1"
  936. fdkaac >= "0.3.2"
  937. feat
  938. feat-core
  939. feat-num
  940. feather
  941. feather_async
  942. fehu
  943. ff
  944. ff-bench
  945. ff-pbt
  946. ff-sig
  947. ffmpeg >= "1.0.0~beta1"
  948. ffmpeg-av
  949. ffmpeg-avcodec
  950. ffmpeg-avdevice
  951. ffmpeg-avfilter
  952. ffmpeg-avutil
  953. ffmpeg-swresample
  954. ffmpeg-swscale
  955. fftw3
  956. fiat-p256
  957. fiber
  958. fiber-lwt
  959. fieldslib >= "v0.13.0"
  960. file-rewriter
  961. file_path
  962. fileutils >= "0.6.1"
  963. finch
  964. fit
  965. fix >= "20181206"
  966. flac
  967. flatunionfind
  968. flex-array
  969. flint >= "0.3.2"
  970. float_option
  971. floatml
  972. flow_parser >= "0.229.1"
  973. flux
  974. fluxt
  975. fmlib
  976. fmlib_browser
  977. fmlib_js
  978. fmlib_parse
  979. fmlib_pretty
  980. fmlib_std
  981. fontforge-of-ocaml
  982. forcamla
  983. forester
  984. fpath-base
  985. fpath-sexp0
  986. frama-c >= "26.0~beta"
  987. frama-c-lannotate >= "0.2.3"
  988. frama-c-luncov >= "0.2.1"
  989. frama-c-metacsl >= "0.4"
  990. frama-c-rpp
  991. frama-c-typestates
  992. frama-clang
  993. frama_c_codex
  994. fred
  995. freetds >= "0.7"
  996. frei0r >= "0.1.2"
  997. frenetic
  998. fromager
  999. frontmatter_extractor
  1000. fs-io
  1001. fsevents
  1002. fsevents-lwt
  1003. fsml
  1004. fstar >= "2025.02.17"
  1005. fswatch
  1006. fswatch_async
  1007. fswatch_lwt
  1008. fun-postgresql
  1009. fun-sql
  1010. fun-sqlite
  1011. functoria
  1012. functoria-runtime
  1013. fungi
  1014. fuse3
  1015. fuseau
  1016. fuseau-lwt
  1017. fuzzy_compare
  1018. fuzzy_match
  1019. fxmacrodata
  1020. fzf
  1021. GenArrayIter
  1022. GT
  1023. gapi-ocaml
  1024. gbddml
  1025. gccjit
  1026. gd >= "1.1"
  1027. gdbprofiler
  1028. gel
  1029. gemini
  1030. gen >= "0.5.3"
  1031. gen_js_api
  1032. gendarme
  1033. gendarme-csv
  1034. gendarme-ezjsonm
  1035. gendarme-json < "0.4.0"
  1036. gendarme-toml
  1037. gendarme-yaml
  1038. gendarme-yojson
  1039. genspio >= "0.0.3"
  1040. genspir >= "1.0.1"
  1041. geojson
  1042. geojsone
  1043. geoml
  1044. get_line >= "7.0.0"
  1045. getopt >= "20230213"
  1046. gettext >= "0.4.2"
  1047. gettext-camomile
  1048. gettext-stub
  1049. giflib
  1050. git
  1051. git-cohttp
  1052. git-cohttp-unix
  1053. git-http
  1054. git-kv
  1055. git-mirage
  1056. git-net
  1057. git-paf
  1058. git-split
  1059. git-unix
  1060. github >= "4.0.0"
  1061. github-data
  1062. github-hooks
  1063. github-hooks-unix >= "0.5.0"
  1064. github-jsoo >= "4.3.0"
  1065. github-unix >= "4.0.0"
  1066. gitlab
  1067. gitlab-jsoo
  1068. gitlab-unix
  1069. gitlab_pipeline_notifier
  1070. gl-legacy
  1071. gles3 >= "20260725"
  1072. gles3-stubs
  1073. gles3-wayland
  1074. gles3-x11
  1075. glfw-ocaml
  1076. globlon
  1077. gluon
  1078. gluten
  1079. gluten-async
  1080. gluten-eio
  1081. gluten-lwt
  1082. gluten-lwt-unix
  1083. gluten-mirage
  1084. gmap
  1085. gmocoin
  1086. gmp
  1087. gnuplot
  1088. gobba
  1089. gobject-introspection
  1090. goblint
  1091. goblint-cil >= "1.8.0"
  1092. google-drive-ocamlfuse
  1093. gopcaml-mode
  1094. gopcaml-mode-merlin
  1095. gospel
  1096. gotd
  1097. gperftools
  1098. gpiod
  1099. gpr
  1100. gpt
  1101. gptar
  1102. gr
  1103. grace
  1104. gradescope_submit
  1105. graft
  1106. grain_dypgen >= "0.2.1"
  1107. granary
  1108. granary_repl
  1109. graphics
  1110. graphql >= "0.8.0"
  1111. graphql-async >= "0.8.0"
  1112. graphql-cohttp >= "0.9.0"
  1113. graphql-lwt >= "0.8.0"
  1114. graphql_jsoo_client
  1115. graphql_parser >= "0.9.0"
  1116. graphql_ppx
  1117. graphv
  1118. graphv_core
  1119. graphv_core_lib
  1120. graphv_font
  1121. graphv_font_js
  1122. graphv_font_stb_truetype
  1123. graphv_gles2
  1124. graphv_gles2_native
  1125. graphv_gles2_native_impl
  1126. graphv_webgl
  1127. graphv_webgl_impl
  1128. gremlin
  1129. grenier
  1130. grid
  1131. grpc
  1132. grpc-async
  1133. grpc-bench
  1134. grpc-eio
  1135. grpc-examples
  1136. grpc-lwt
  1137. gsl >= "1.24.0"
  1138. gstreamer >= "0.3.1"
  1139. guardian
  1140. guile
  1141. h1
  1142. h1-lwt-unix
  1143. h1_parser
  1144. h2
  1145. h2-async
  1146. h2-eio
  1147. h2-lwt
  1148. h2-lwt-unix
  1149. h2-mirage
  1150. hachis
  1151. hack_parallel
  1152. hacl-star
  1153. hacl-star-raw >= "0.5.0"
  1154. hacl_func
  1155. hacl_x25519
  1156. handlebars-ml
  1157. happy-eyeballs
  1158. happy-eyeballs-lwt
  1159. happy-eyeballs-miou-unix
  1160. happy-eyeballs-mirage
  1161. hardcaml
  1162. hardcaml-lua
  1163. hardcaml_axi
  1164. hardcaml_c
  1165. hardcaml_circuits
  1166. hardcaml_event_driven_sim
  1167. hardcaml_fixed_point
  1168. hardcaml_handshake
  1169. hardcaml_of_verilog
  1170. hardcaml_step_testbench
  1171. hardcaml_verify
  1172. hardcaml_verilator
  1173. hardcaml_waveterm
  1174. hardcaml_xilinx
  1175. hardcaml_xilinx_components
  1176. hardcaml_xilinx_reports
  1177. hashcons >= "1.4.0"
  1178. hashset >= "1.0.1"
  1179. haxe >= "4.1.1"
  1180. hc
  1181. hdf5
  1182. hdr_histogram >= "0.0.3"
  1183. headache
  1184. header-check
  1185. hector
  1186. hedgehog
  1187. hedgehog-alcotest
  1188. hegel
  1189. herdtools7 >= "7.55"
  1190. heroicons-reason-react
  1191. hex >= "1.3.0"
  1192. hex_encode
  1193. hexstring
  1194. hg_lib
  1195. hidapi >= "1.1"
  1196. hidapi-lwt
  1197. higher_kinded
  1198. highlexer
  1199. highway
  1200. highway-dream
  1201. higlo >= "0.8"
  1202. hilite
  1203. hkdf
  1204. hl_yaml
  1205. hockmd
  1206. hol2dk
  1207. hooke
  1208. hpack
  1209. hpke
  1210. hsluv
  1211. html_of_jsx
  1212. htmlfromtexbooks
  1213. hts_shrink >= "2.1.2"
  1214. http
  1215. http-cookie
  1216. http-date
  1217. http-lwt-client
  1218. http-mirage-client
  1219. http-multipart-formdata
  1220. http_async
  1221. httpaf >= "0.6.0"
  1222. httpaf-async >= "0.6.0"
  1223. httpaf-lwt-unix
  1224. httpaf_caged
  1225. httpcats
  1226. httph
  1227. https-eio
  1228. httpun
  1229. httpun-async
  1230. httpun-eio
  1231. httpun-lwt
  1232. httpun-lwt-unix
  1233. httpun-mirage
  1234. httpun-types
  1235. httpun-ws
  1236. httpun-ws-async
  1237. httpun-ws-eio
  1238. httpun-ws-lwt
  1239. httpun-ws-lwt-unix
  1240. httpun-ws-mirage
  1241. huffman
  1242. hugin
  1243. huml
  1244. huml-cli
  1245. hurl
  1246. hvsock >= "2.0.0"
  1247. hxd
  1248. hyper
  1249. ISO3166
  1250. ISO8601 >= "0.2.6"
  1251. i3ipc
  1252. icalendar
  1253. idd
  1254. idds
  1255. idna
  1256. ifs-fractals
  1257. imagelib
  1258. imguiml
  1259. incr_dom
  1260. incr_dom_interactive
  1261. incr_dom_keyboard
  1262. incr_dom_partial_render
  1263. incr_dom_sexp_form
  1264. incr_dom_widgets
  1265. incr_map
  1266. incr_select
  1267. incremental
  1268. incremental_cycles
  1269. indentation_buffer
  1270. index
  1271. index-bench
  1272. inferno >= "20190924"
  1273. influxdb
  1274. influxdb-async
  1275. influxdb-lwt
  1276. inifiles
  1277. inotify >= "2.4"
  1278. inotify-eio
  1279. inquire
  1280. inquirer_oc
  1281. int_repr
  1282. integers >= "0.3.0"
  1283. integers_stubs_js
  1284. integration1d >= "0.5.1"
  1285. intel_hex
  1286. interface-prime
  1287. interface-prime-lwt
  1288. interval >= "1.5" & < "1.6"
  1289. interval-map
  1290. interval_base
  1291. interval_crlibm
  1292. interval_intel
  1293. intPQueue
  1294. io-page
  1295. io-page-unix
  1296. iomux
  1297. iostream
  1298. iostream-camlzip
  1299. ip2location
  1300. ip2locationio >= "1.0.1"
  1301. ip2proxy
  1302. ip2whois
  1303. ipaddr >= "2.9.0"
  1304. ipaddr-cstruct
  1305. ipaddr-sexp
  1306. irc-client >= "0.6.2"
  1307. irc-client-lwt >= "0.6.2"
  1308. irc-client-lwt-ssl
  1309. irc-client-tls >= "0.6.2"
  1310. irc-client-unix >= "0.6.2"
  1311. iri >= "0.6.0"
  1312. irky
  1313. irky-eio
  1314. irmin
  1315. irmin-bench
  1316. irmin-chunk
  1317. irmin-cli
  1318. irmin-client
  1319. irmin-containers
  1320. irmin-fs
  1321. irmin-git
  1322. irmin-graphql
  1323. irmin-http
  1324. irmin-indexeddb
  1325. irmin-layers
  1326. irmin-mirage
  1327. irmin-mirage-git
  1328. irmin-mirage-graphql
  1329. irmin-pack
  1330. irmin-pack-tools
  1331. irmin-server
  1332. irmin-test
  1333. irmin-tezos
  1334. irmin-unix
  1335. irmin-watcher
  1336. iso639
  1337. iter >= "1.4"
  1338. itv-tree >= "2.2"
  1339. jane-street-headers >= "v0.12.0"
  1340. jane_rope
  1341. janestreet_cpuid
  1342. janestreet_csv
  1343. janestreet_lru_cache
  1344. jasmin >= "2023.06.0"
  1345. jekyll-format >= "0.2.0"
  1346. jemalloc >= "0.2"
  1347. jext
  1348. jhupllib
  1349. jingoo >= "1.3.0"
  1350. jose
  1351. js_of_ocaml
  1352. js_of_ocaml-compiler
  1353. js_of_ocaml-lwt
  1354. js_of_ocaml-ocamlbuild >= "3.5.0"
  1355. js_of_ocaml-ppx
  1356. js_of_ocaml-ppx_deriving_json
  1357. js_of_ocaml-toplevel
  1358. js_of_ocaml-tyxml
  1359. js_of_ocaml-webgpu
  1360. js_of_ocaml-webidl
  1361. js_of_ocaml_patches
  1362. json-data-encoding
  1363. json-data-encoding-browser
  1364. json-data-encoding-bson
  1365. json-pointer
  1366. json_decoder
  1367. jsonaf
  1368. jsonfeed
  1369. jsonkit
  1370. jsonkit-melange
  1371. jsonoo
  1372. jsonrpc
  1373. jsonschema
  1374. jsonschema-core
  1375. jsonschema-validation
  1376. jsonschema2atd
  1377. jsonxt
  1378. jsoo-react
  1379. jsoo_broadcastchannel
  1380. jsoo_storage
  1381. jst-config
  1382. junit >= "2.0.1"
  1383. junit_alcotest >= "2.0.1"
  1384. junit_ounit >= "2.0.1"
  1385. jupyter
  1386. jupyter-archimedes
  1387. jupyter-kernel
  1388. jws
  1389. jwto
  1390. kafka >= "0.5"
  1391. kafka-eio
  1392. kafka_async
  1393. kafka_lwt
  1394. kappa-agents
  1395. kappa-binaries
  1396. kappa-library
  1397. kappa-server
  1398. kaun
  1399. kaun-board
  1400. kcas
  1401. kcas_data
  1402. kdf
  1403. kdl
  1404. ke
  1405. key-parsers >= "0.10.1"
  1406. keynub-licdongle
  1407. keyseq
  1408. kicadsch >= "0.4.0"
  1409. kind2
  1410. kinetic-client >= "0.0.11"
  1411. kittyimg
  1412. kkmarkdown
  1413. kmt
  1414. knights_tour
  1415. kot
  1416. kqueue
  1417. krb
  1418. ktdeque
  1419. kube
  1420. kuznechik
  1421. lab
  1422. lablgtk3-extras >= "3.0.1"
  1423. lablgtk3-goocanvas2
  1424. lablgtk3-gtkspell3
  1425. lablgtk3-rsvg2
  1426. lablgtk3-sourceview3
  1427. lablqml
  1428. lacaml >= "11.0.2"
  1429. ladspa >= "0.2.0"
  1430. lambda
  1431. lambda-runtime
  1432. lambda-term >= "2.0"
  1433. lambda_streams
  1434. lambda_streams_async
  1435. lambda_streams_lwt
  1436. lambdapi
  1437. lambdasoup >= "0.6.4"
  1438. lame >= "0.3.4"
  1439. landmarks >= "1.4"
  1440. landmarks-ppx
  1441. landmarks-speedscope
  1442. lascar >= "0.6-alpha"
  1443. lastfm >= "0.3.3"
  1444. launchd >= "1.3"
  1445. layoutz
  1446. lazy-trie
  1447. lbfgs >= "0.9.1"
  1448. lbvs_consent >= "2.1.0"
  1449. ldap >= "2.4.1"
  1450. ldp
  1451. ldp_curl
  1452. ldp_js
  1453. ldp_tls
  1454. leaflet
  1455. learn-ocaml
  1456. learn-ocaml-client
  1457. leaves
  1458. ledes
  1459. ledgerwallet
  1460. legacy_diffable
  1461. lens >= "1.2.4"
  1462. letsencrypt
  1463. letsencrypt-app
  1464. letsencrypt-dns
  1465. letsencrypt-mirage
  1466. letters
  1467. leveldb
  1468. lib_parsing
  1469. libabsolute
  1470. libbinaryen < "105.1.0" | >= "107.0.1"
  1471. libbpf
  1472. libbpf_maps
  1473. libc
  1474. libdash >= "0.4.1"
  1475. libdrm
  1476. libinput
  1477. libirmin
  1478. libsail
  1479. libsvm >= "0.10.0"
  1480. libzipperposition
  1481. lichess_api
  1482. lilac
  1483. lilv
  1484. line-up-words
  1485. line_oriented
  1486. linenoise >= "1.3.1"
  1487. links
  1488. links-mysql
  1489. links-postgresql
  1490. links-sqlite3
  1491. linol
  1492. linol-eio
  1493. linol-lwt
  1494. lintcstubs
  1495. lintcstubs-arity
  1496. lintcstubs-gen
  1497. linwrap
  1498. liquid_interpreter
  1499. liquid_ml
  1500. liquid_parser
  1501. liquid_std
  1502. liquid_syntax
  1503. liquidsoap >= "2.3.3"
  1504. liquidsoap-core
  1505. liquidsoap-js
  1506. liquidsoap-lang
  1507. liquidsoap-libs
  1508. liquidsoap-libs-extra
  1509. liquidsoap-mode
  1510. little_logger
  1511. llama
  1512. llama-cpp-ocaml
  1513. llama_core
  1514. llama_interactive
  1515. llama_midi
  1516. llhttp
  1517. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1518. lmdb >= "1.0" & < "1.1.3"
  1519. lo >= "0.2.0"
  1520. loc
  1521. lockfree
  1522. locswijch
  1523. loga
  1524. logical
  1525. logs-async
  1526. logs-async-reporter
  1527. logs-ppx
  1528. logs-syslog
  1529. logtk
  1530. loop
  1531. lp
  1532. lp-glpk
  1533. lp-glpk-js
  1534. lp-gurobi
  1535. lp-highs
  1536. lpd
  1537. lreplay
  1538. lrgrep
  1539. lru >= "0.3.0"
  1540. lru_cache
  1541. lsp
  1542. lstar
  1543. lstar-rocq
  1544. lt-code
  1545. lua-ml >= "0.9.3"
  1546. lua_parser
  1547. lucid
  1548. lun
  1549. luna
  1550. lunar
  1551. lustre-v6 >= "6.103.3"
  1552. lutils >= "1.51.2"
  1553. lutin >= "2.71.10"
  1554. luv
  1555. luv_unix
  1556. lwd
  1557. lwt
  1558. lwt-canceler >= "0.2"
  1559. lwt-dllist
  1560. lwt-exit
  1561. lwt-parallel
  1562. lwt-watcher >= "0.2"
  1563. lwt_direct
  1564. lwt_domain
  1565. lwt_eio
  1566. lwt_glib >= "1.1.1"
  1567. lwt_log >= "1.1.1"
  1568. lwt_ppx >= "1.2.2"
  1569. lwt_ppx_to_let_syntax
  1570. lwt_react >= "1.1.2"
  1571. lwt_retry
  1572. lwt_runtime_events
  1573. lwt_ssl >= "1.1.3"
  1574. lz4 >= "1.2.0"
  1575. lz4_chans >= "3.0.1"
  1576. lzo >= "0.0.3"
  1577. MlFront_Cache
  1578. MlFront_Cli
  1579. MlFront_Codept
  1580. MlFront_Config
  1581. MlFront_Console
  1582. MlFront_Core
  1583. MlFront_Errors
  1584. MlFront_Exec
  1585. MlFront_Logs
  1586. MlFront_Lua
  1587. MlFront_Manip
  1588. MlFront_Progress
  1589. MlFront_ProgressPeriod
  1590. MlFront_ProgressZig
  1591. MlFront_Signify
  1592. MlFront_Thunk
  1593. MlFront_Tools
  1594. MlFront_ZipFile
  1595. m_tree
  1596. macaddr
  1597. macaddr-cstruct
  1598. macaddr-sexp
  1599. mad >= "0.5.0"
  1600. magic-mime >= "1.1.2"
  1601. magic-trace
  1602. make-random
  1603. malfunction
  1604. man_in_the_middle_debugger
  1605. mariadb >= "1.2.0"
  1606. markdown
  1607. markdown_monolith
  1608. markup >= "0.8.0"
  1609. markup-lwt
  1610. mastodon-archive-viewer >= "0.2"
  1611. matcha
  1612. matita
  1613. matplotlib
  1614. matrix
  1615. matrix-eio
  1616. mazeppa
  1617. mbr-format
  1618. mc2
  1619. mccs
  1620. mcrunch
  1621. md2mld
  1622. mdx >= "1.8.0"
  1623. mec
  1624. mechaml
  1625. mehari
  1626. mehari-eio
  1627. mehari-eio-unix
  1628. mehari-lwt-unix
  1629. mehari-mirage
  1630. mel
  1631. mel-bastet
  1632. melange
  1633. melange-atdgen-codec-runtime
  1634. melange-compiler-libs
  1635. melange-edn
  1636. melange-fest
  1637. melange-fetch
  1638. melange-jest
  1639. melange-json
  1640. melange-json-native
  1641. melange-moment
  1642. melange-numeral
  1643. melange-radix-icons
  1644. melange-react-dates
  1645. melange-react-query
  1646. melange-recharts
  1647. melange-str
  1648. melange-testing-library
  1649. melange-transit
  1650. melange-webapi
  1651. meldep
  1652. mem_usage
  1653. memcad
  1654. memfd
  1655. memgraph
  1656. memgraph_kitty
  1657. memo
  1658. memprof-limits
  1659. memtrace
  1660. memtrace-mirage
  1661. memtrace_viewer
  1662. menhir >= "20200123"
  1663. menhir-lsp
  1664. menhirCST
  1665. menhirformat
  1666. menhirGLR
  1667. menhirLib
  1668. menhirSdk
  1669. merge-fmt
  1670. merlin
  1671. merlin-extend
  1672. merlin-lib
  1673. mesh >= "0.9.5"
  1674. mesh-easymesh >= "0.9.5"
  1675. mesh-graphics >= "0.9.5"
  1676. mesh-triangle >= "0.9.5"
  1677. metadata
  1678. metadb
  1679. metal
  1680. metapp
  1681. metaquot
  1682. metrics
  1683. metrics-influx
  1684. metrics-lwt
  1685. metrics-rusage
  1686. metrics-unix
  1687. mew
  1688. mew_vi
  1689. mfetch
  1690. mhttp
  1691. mhttp-client
  1692. mhttp-server
  1693. miaou
  1694. miaou-core
  1695. miaou-driver-matrix
  1696. miaou-driver-sdl
  1697. miaou-driver-term
  1698. miaou-driver-web
  1699. miaou-registry
  1700. miaou-runner
  1701. miaou-tui
  1702. miaou-widgets-display-sdl
  1703. micro_httpd
  1704. middleware
  1705. migra
  1706. mimic
  1707. mimic-happy-eyeballs
  1708. mindstorm >= "0.8"
  1709. mindstorm-lwt
  1710. minicaml
  1711. minicli >= "5.0.2"
  1712. minisat >= "0.3"
  1713. minttea
  1714. miou
  1715. mirage >= "4.0.0"
  1716. mirage-block
  1717. mirage-block-ccm
  1718. mirage-block-combinators
  1719. mirage-block-lwt
  1720. mirage-block-partition
  1721. mirage-block-ramdisk
  1722. mirage-block-solo5
  1723. mirage-block-unikraft
  1724. mirage-block-unix
  1725. mirage-block-xen
  1726. mirage-bootvar
  1727. mirage-channel >= "3.2.0"
  1728. mirage-channel-lwt
  1729. mirage-clock
  1730. mirage-clock-lwt
  1731. mirage-clock-unix
  1732. mirage-conduit
  1733. mirage-console
  1734. mirage-console-lwt
  1735. mirage-crypto
  1736. mirage-crypto-ec
  1737. mirage-crypto-pk
  1738. mirage-crypto-rng
  1739. mirage-crypto-rng-async
  1740. mirage-crypto-rng-eio
  1741. mirage-crypto-rng-lwt
  1742. mirage-crypto-rng-miou-unix
  1743. mirage-crypto-rng-mirage
  1744. mirage-crypto-rng-mkernel
  1745. mirage-device
  1746. mirage-dns
  1747. mirage-flow
  1748. mirage-flow-combinators
  1749. mirage-flow-lwt
  1750. mirage-flow-unix
  1751. mirage-fs
  1752. mirage-fs-lwt
  1753. mirage-kv >= "2.0.0"
  1754. mirage-kv-lwt >= "2.0.0"
  1755. mirage-kv-mem
  1756. mirage-kv-unix
  1757. mirage-logs
  1758. mirage-monitoring
  1759. mirage-mtime
  1760. mirage-nat
  1761. mirage-net
  1762. mirage-net-lwt
  1763. mirage-net-macosx >= "1.6.0"
  1764. mirage-net-solo5
  1765. mirage-net-unikraft
  1766. mirage-net-unix
  1767. mirage-net-xen
  1768. mirage-profile
  1769. mirage-protocols
  1770. mirage-protocols-lwt
  1771. mirage-ptime
  1772. mirage-qubes
  1773. mirage-qubes-ipv4
  1774. mirage-random
  1775. mirage-runtime
  1776. mirage-sleep
  1777. mirage-solo5
  1778. mirage-stack
  1779. mirage-stack-lwt
  1780. mirage-time
  1781. mirage-time-lwt
  1782. mirage-time-unix
  1783. mirage-types >= "3.6.0"
  1784. mirage-types-lwt >= "3.6.0"
  1785. mirage-unikraft
  1786. mirage-unix
  1787. mirage-vnetif
  1788. mirage-xen
  1789. mjson
  1790. mkaudio >= "1.1.0"
  1791. mkernel
  1792. mkocaml
  1793. mlbdd >= "0.7.2"
  1794. mlfenv
  1795. mlgpx
  1796. mlmpfr >= "4.0.2+dune"
  1797. mlpost
  1798. mlpost-lablgtk
  1799. mlsolver
  1800. mlt_parser
  1801. mlx
  1802. mm >= "0.7.0"
  1803. mmap
  1804. mmdb
  1805. mmo
  1806. mnd
  1807. mnet
  1808. mnet-cli
  1809. mnet-dhcp
  1810. mnet-dns
  1811. mnet-happy-eyeballs
  1812. mnet-ssh
  1813. mnet-tls
  1814. mnottui
  1815. mnotty
  1816. mock >= "0.1.1"
  1817. mock-ounit >= "0.1.1"
  1818. modelkit
  1819. modelkit-nx
  1820. modelkit-parallel
  1821. modelkit-talon
  1822. module-graph
  1823. molenc >= "5.0.0"
  1824. monaco_jsoo
  1825. monolith
  1826. monomorphic >= "2.0"
  1827. monorobot
  1828. moonpool
  1829. moonpool-io
  1830. moonpool-lwt
  1831. mopsa
  1832. morbig >= "0.10.3"
  1833. morsmall
  1834. mosaic
  1835. mosaique
  1836. moss >= "0.1.1"
  1837. mparser >= "1.3"
  1838. mparser-pcre
  1839. mparser-re
  1840. mperf
  1841. mpg123
  1842. mpp >= "0.3.4"
  1843. mpris
  1844. mpris-clients
  1845. mqtt
  1846. mrmime
  1847. msat >= "0.8"
  1848. msat-bin
  1849. msendmail
  1850. mset
  1851. msgpck >= "1.5"
  1852. msgpck-repr
  1853. mssql
  1854. msts
  1855. mtbox
  1856. mugen
  1857. mula
  1858. multibase
  1859. multicodec
  1860. multicont >= "1.0.1"
  1861. multicore-bench
  1862. multicore-magic
  1863. multicore-magic-dscheck
  1864. multihash
  1865. multihash-digestif
  1866. multipart-form-data >= "0.3.0"
  1867. multipart_form
  1868. multipart_form-cohttp-lwt
  1869. multipart_form-eio
  1870. multipart_form-lwt
  1871. multipart_form-miou
  1872. murmur3 >= "0.3"
  1873. mustache >= "3.1.0"
  1874. mustache-cli
  1875. mutaml
  1876. mutf8
  1877. mwt
  1878. mybuild >= "7"
  1879. mysql8
  1880. mysql_protocol
  1881. n_ary
  1882. naboris
  1883. nacc
  1884. nanoev
  1885. nanoev-picos
  1886. nanoev-posix
  1887. nanoev_tiny_httpd
  1888. nanoid
  1889. nanosvg
  1890. nanosvg_text
  1891. nats-client
  1892. nats-client-async
  1893. nbd >= "4.0.3"
  1894. nbd-tool
  1895. nbd-unix
  1896. nel
  1897. neo4j_bolt
  1898. neodriver
  1899. neodriver_core
  1900. neodriver_eio
  1901. neodriver_packstream
  1902. netkat
  1903. netlink >= "0.3.4"
  1904. netsnmp
  1905. neural_nets_lib
  1906. nice_parser
  1907. ninja_utils
  1908. niru
  1909. nloge
  1910. nlopt
  1911. nmea
  1912. noCanren
  1913. nocoiner
  1914. node_of_ocaml
  1915. noise
  1916. nomad
  1917. non_empty_list
  1918. nottui
  1919. nottui-lwt
  1920. nottui-miou
  1921. nottui-pretty
  1922. nottui-unix
  1923. notty >= "0.2.3"
  1924. notty-community
  1925. notty-miou
  1926. notty_async >= "v0.13.0"
  1927. np
  1928. npy >= "0.0.9"
  1929. nsq
  1930. numeric_string
  1931. nuscr
  1932. nx
  1933. nx-datasets
  1934. nx-text
  1935. OCADml
  1936. OCanren
  1937. OCanren-ppx
  1938. OSCADml
  1939. obatcher
  1940. obeam
  1941. obelisk >= "0.5.0"
  1942. object
  1943. obs-eio
  1944. obs-prometheus-eio
  1945. obuilder
  1946. obuilder-spec
  1947. obus >= "1.2.1"
  1948. ocal >= "0.2.2"
  1949. ocaml-ai-sdk
  1950. ocaml-canvas
  1951. ocaml-compiler-libs >= "v0.12.0"
  1952. ocaml-embed-file
  1953. ocaml-in-python
  1954. ocaml-index
  1955. ocaml-lsp-server
  1956. ocaml-lua
  1957. ocaml-migrate-parsetree
  1958. ocaml-migrate-parsetree-ocamlbuild
  1959. ocaml-monadic >= "0.4.1"
  1960. ocaml-print-intf
  1961. ocaml-probes
  1962. ocaml-protoc >= "2.0.1"
  1963. ocaml-protoc-plugin
  1964. ocaml-r >= "0.1.1"
  1965. ocaml-sat-solvers >= "0.8"
  1966. ocaml-sbom
  1967. ocaml-syntax-shims
  1968. ocaml-systemd >= "1.3"
  1969. ocaml-top
  1970. ocaml-vdom < "transition"
  1971. ocaml-version >= "3.5.0"
  1972. ocaml-yescrypt
  1973. ocaml_db_model
  1974. ocaml_intrinsics
  1975. ocaml_intrinsics_kernel
  1976. ocaml_openapi_generator
  1977. ocaml_pgsql_model
  1978. ocaml_plugin
  1979. ocamlc-loc
  1980. ocamlcodoc
  1981. ocamldiff >= "1.2"
  1982. ocamlformat-mlx
  1983. ocamlformat-mlx-lib
  1984. ocamlformat-rpc < "removed"
  1985. ocamlformat-rpc-lib
  1986. ocamlfuse
  1987. ocamlgraph >= "2.0.0"
  1988. ocamlgraph_gtk
  1989. ocamlgrep
  1990. ocamlgrep-lib
  1991. ocamlify >= "0.1.0"
  1992. ocamline
  1993. ocamlmerlin-mlx
  1994. ocamlmig
  1995. ocamlmod >= "0.1.1"
  1996. ocamlog
  1997. ocamlregextkit
  1998. ocannl_npy
  1999. ocb
  2000. ocf >= "0.8.0"
  2001. ocf_ppx
  2002. ocgtk
  2003. ochre
  2004. ochre-cli
  2005. ockt
  2006. ocluster < "0.2" | >= "0.4.0"
  2007. ocluster-api
  2008. ocluster-worker
  2009. ocolor
  2010. ocp-browser >= "1.2.1"
  2011. ocp-indent >= "1.7.0"
  2012. ocp-indent-nlfork
  2013. ocp-index
  2014. ocp-search
  2015. ocp_reveal
  2016. ocplib-endian >= "1.1"
  2017. ocplib-json-typed-browser
  2018. ocplib-json-typed-bson
  2019. ocplib-simplex >= "0.5"
  2020. ocplib_stuff >= "0.4.0"
  2021. ocsigen-i18n >= "4.0.0"
  2022. ocsigen-ppx-rpc
  2023. ocsigen-toolkit >= "4.3.0"
  2024. ocsigenserver >= "4.0.1"
  2025. ocsipersist
  2026. ocsipersist-dbm
  2027. ocsipersist-dbm-config
  2028. ocsipersist-lib
  2029. ocsipersist-pgsql
  2030. ocsipersist-pgsql-config
  2031. ocsipersist-sqlite
  2032. ocsipersist-sqlite-config
  2033. octavius >= "1.2.2"
  2034. ocue
  2035. odate
  2036. odds >= "1.1"
  2037. odep
  2038. odepack >= "0.6.9"
  2039. odnnr
  2040. odoc
  2041. odoc-driver
  2042. odoc-md
  2043. odoc-parser
  2044. oenv
  2045. oepub
  2046. of_json
  2047. offheap
  2048. oframl
  2049. ogg >= "1.0.0"
  2050. oglsl
  2051. ohex
  2052. oidc
  2053. ojo
  2054. ojs
  2055. ojs_base
  2056. ojs_base_all
  2057. ojs_base_ppx
  2058. ojs_ed
  2059. ojs_filetree
  2060. ojs_list
  2061. oktree
  2062. olinq >= "0.3"
  2063. olint
  2064. oma
  2065. omd >= "1.3.2"
  2066. ometrics
  2067. omg
  2068. omigrate
  2069. omlr >= "1.0.3"
  2070. omtl
  2071. oneffs
  2072. oniguruma
  2073. ooh
  2074. opam-0install
  2075. opam-0install-cudf
  2076. opam-audit
  2077. opam-bin >= "1.0.0"
  2078. opam-build
  2079. opam-check-npm-deps
  2080. opam-ci-check-lint
  2081. opam-client >= "2.0.2"
  2082. opam-compiler
  2083. opam-core >= "2.0.2"
  2084. opam-custom-install
  2085. opam-devel >= "2.0.2"
  2086. opam-ed >= "0.4"
  2087. opam-file-format >= "2.1.0" & < "2.1.5" | >= "2.2.0"
  2088. opam-format >= "2.0.2"
  2089. opam-graph
  2090. opam-grep >= "0.2.0"
  2091. opam-installer >= "2.0.2"
  2092. opam-minver
  2093. opam-monorepo
  2094. opam-package-upgrade >= "0.2"
  2095. opam-publish >= "2.0.2"
  2096. opam-repomin
  2097. opam-repository >= "2.0.2"
  2098. opam-solver >= "2.0.2"
  2099. opam-spin
  2100. opam-state >= "2.0.2"
  2101. opam-test
  2102. opam_bin_lib != "0.9.5"
  2103. opasswd
  2104. opatch
  2105. opazl
  2106. openai
  2107. openai-gym
  2108. openapi
  2109. openapi-opium
  2110. openapi_router
  2111. openbsd
  2112. opencage
  2113. opencc0
  2114. opencc1
  2115. opencc1_1
  2116. openQASM
  2117. openrouter_api
  2118. openstellina
  2119. opentelemetry
  2120. opentelemetry-client
  2121. opentelemetry-client-cohttp-eio
  2122. opentelemetry-client-cohttp-lwt
  2123. opentelemetry-client-ocurl
  2124. opentelemetry-client-ocurl-lwt
  2125. opentelemetry-cohttp-lwt
  2126. opentelemetry-logs
  2127. opentelemetry-lwt
  2128. opine
  2129. opium
  2130. opium-graphql
  2131. opium-testing
  2132. opium_kernel >= "0.17.0"
  2133. oplot
  2134. oplsr
  2135. opomodoro
  2136. opsian
  2137. optal
  2138. opti
  2139. optimization1d >= "0.6.1"
  2140. optiml-transport
  2141. optint
  2142. opus
  2143. oq
  2144. oraft
  2145. oranger >= "2.0.1"
  2146. orb
  2147. order-i3-xfce
  2148. ordering
  2149. ordinal
  2150. ordinal_abbreviation
  2151. ordma >= "0.0.5"
  2152. orec >= "1.0.1"
  2153. orewa
  2154. orf
  2155. orgeat
  2156. orpie
  2157. orrandomForest
  2158. orsvm_e1071 >= "4.0.0"
  2159. ortac-core
  2160. ortac-dune
  2161. ortac-qcheck-stm
  2162. ortac-runtime
  2163. ortac-runtime-qcheck-stm
  2164. ortac-wrapper
  2165. orthologic-coq
  2166. ortools
  2167. ortools_solvers
  2168. orxgboost >= "1.1.0"
  2169. osc >= "0.2.0"
  2170. osc-lwt
  2171. osc-unix
  2172. osdp >= "1.1.1"
  2173. oseq >= "0.2"
  2174. osh
  2175. oskel
  2176. osnap
  2177. ostap >= "0.6"
  2178. osx-keychain
  2179. osx-secure-transport
  2180. otaglibc
  2181. otf
  2182. otoggl
  2183. otoml
  2184. otp
  2185. otr
  2186. oui
  2187. ounit = "2.1.2"
  2188. ounit-lwt < "2.2.0"
  2189. ounit2
  2190. ounit2-lwt
  2191. out-channel-redirect
  2192. override
  2193. owebview
  2194. owee
  2195. owi
  2196. owl >= "0.4.0"
  2197. owl-base >= "0.4.0"
  2198. owl-jupyter
  2199. owl-ode
  2200. owl-ode-base
  2201. owl-ode-odepack
  2202. owl-ode-sundials
  2203. owl-opt
  2204. owl-opt-lbfgs
  2205. owl-plplot
  2206. owl-symbolic
  2207. owl-top >= "0.4.0"
  2208. owl-zoo >= "0.4.0"
  2209. owork
  2210. oxbow
  2211. ozstd
  2212. ozulip
  2213. p4pp
  2214. p4spectec
  2215. p5scm
  2216. packstream
  2217. pacomb
  2218. paf
  2219. paf-cohttp
  2220. pageantty
  2221. pam
  2222. pancake
  2223. pandoc
  2224. pandoc-abbreviations
  2225. pandoc-comment
  2226. pandoc-crossref
  2227. pandoc-include
  2228. pandoc-inspect
  2229. pandoc-pdf2png
  2230. pandoc-replace
  2231. papi >= "0.1.1"
  2232. par_incr
  2233. parany >= "9.0.0"
  2234. pardi >= "2.0.2"
  2235. pari
  2236. pari-bindings
  2237. parmap >= "1.1.1"
  2238. parseff
  2239. parsexp >= "v0.13.0"
  2240. parsexp_io
  2241. parsite
  2242. parsley
  2243. passage
  2244. passe
  2245. patch
  2246. patdiff
  2247. path_glob
  2248. patience_diff
  2249. patricia-tree
  2250. pattern
  2251. pb
  2252. pb-plugin
  2253. pbkdf
  2254. pbrt
  2255. pbrt_services
  2256. pbrt_yojson
  2257. pcap-format >= "0.5.2"
  2258. pcrc
  2259. pcre >= "7.3.5"
  2260. pcre2
  2261. pds-reachability >= "0.2.2"
  2262. pecu >= "0.2"
  2263. petrol
  2264. pf-qubes
  2265. pg_query
  2266. pgn_parser
  2267. pgn_to_tex
  2268. pgocaml >= "4.0"
  2269. pgocaml_ppx
  2270. pgsolver >= "4.4"
  2271. pgx
  2272. pgx_async
  2273. pgx_lwt
  2274. pgx_lwt_mirage
  2275. pgx_lwt_unix
  2276. pgx_unix
  2277. pgx_value_core
  2278. pgx_value_ptime
  2279. phantom-algebra >= "1.0.1"
  2280. phonetic
  2281. phylogenetics
  2282. piaf
  2283. picasso
  2284. picos
  2285. picos_aux
  2286. picos_io
  2287. picos_io_cohttp
  2288. picos_lwt
  2289. picos_meta
  2290. picos_mux
  2291. picos_std
  2292. pidgin
  2293. pidgin_pp
  2294. pidgio
  2295. pidgio-eio
  2296. pidgio-unix
  2297. pidgio-yojson
  2298. piece_rope
  2299. piqi >= "0.7.8"
  2300. piqilib >= "0.6.16"
  2301. pixel_pusher
  2302. pkcs11 >= "0.18.0"
  2303. pkcs11-cli
  2304. pkcs11-driver
  2305. pkcs11-rev
  2306. pla >= "1.3"
  2307. plateau
  2308. plato
  2309. playwright
  2310. plebeia
  2311. plist-xml
  2312. plist-xml-lwt
  2313. plotkicadsch
  2314. plotly
  2315. plplot >= "5.11.0-1"
  2316. polars
  2317. polars_async
  2318. polka
  2319. poll
  2320. polling_state_rpc
  2321. polly
  2322. polymarket
  2323. polynomial
  2324. pomap
  2325. popper
  2326. portaudio >= "0.2.2"
  2327. portaudio_c_bindings
  2328. posix-base
  2329. posix-bindings
  2330. posix-errno
  2331. posix-getopt >= "2.0.0"
  2332. posix-math2
  2333. posix-resource
  2334. posix-signal
  2335. posix-socket
  2336. posix-socket-unix
  2337. posix-stat
  2338. posix-time2
  2339. posix-types >= "2.0.0"
  2340. posix-uname
  2341. posix-unistd
  2342. posixat
  2343. postgres_async
  2344. postgresql >= "4.4.1"
  2345. pp
  2346. pp-binary-ints
  2347. pp_loc
  2348. pplumbing
  2349. pplumbing-err
  2350. pplumbing-log
  2351. pplumbing-log-cli
  2352. pplumbing-pp-tty
  2353. pprint >= "20200226"
  2354. ppx-owl-opt
  2355. ppx_accessor
  2356. ppx_assert
  2357. ppx_bap
  2358. ppx_base
  2359. ppx_bench
  2360. ppx_bin_prot
  2361. ppx_bin_there
  2362. ppx_bitstring
  2363. ppx_blob >= "0.6.0"
  2364. ppx_camlrack
  2365. ppx_catch
  2366. ppx_cold
  2367. ppx_compare
  2368. ppx_compose >= "0.1.0"
  2369. ppx_const
  2370. ppx_conv_func
  2371. ppx_counters
  2372. ppx_css
  2373. ppx_cstruct
  2374. ppx_cstubs
  2375. ppx_csv_conv
  2376. ppx_custom_printf
  2377. ppx_decimal
  2378. ppx_default
  2379. ppx_defer >= "0.4.0"
  2380. ppx_demo
  2381. ppx_derive_at_runtime
  2382. ppx_derivers >= "1.2.1"
  2383. ppx_deriving >= "4.5-1"
  2384. ppx_deriving_cad
  2385. ppx_deriving_cmdliner
  2386. ppx_deriving_decoders
  2387. ppx_deriving_encoding
  2388. ppx_deriving_ezjsonm
  2389. ppx_deriving_hardcaml
  2390. ppx_deriving_hash
  2391. ppx_deriving_json_schema
  2392. ppx_deriving_jsonschema
  2393. ppx_deriving_jsont
  2394. ppx_deriving_jsoo
  2395. ppx_deriving_madcast >= "0.2"
  2396. ppx_deriving_melange
  2397. ppx_deriving_popper
  2398. ppx_deriving_protobuf
  2399. ppx_deriving_qcheck
  2400. ppx_deriving_rpc
  2401. ppx_deriving_scad
  2402. ppx_deriving_variant_string
  2403. ppx_deriving_yaml
  2404. ppx_deriving_yojson
  2405. ppx_diff
  2406. ppx_disable_unused_warnings
  2407. ppx_distr_guards >= "0.2"
  2408. ppx_dream_eml
  2409. ppx_embed_file
  2410. ppx_enforce
  2411. ppx_enumerate
  2412. ppx_expect
  2413. ppx_expect_nobase
  2414. ppx_ezlua
  2415. ppx_factory
  2416. ppx_fail
  2417. ppx_fields_conv
  2418. ppx_fixed_literal
  2419. ppx_forbid
  2420. ppx_format
  2421. ppx_fun
  2422. ppx_gen_rec >= "1.1.0"
  2423. ppx_getenv
  2424. ppx_globalize
  2425. ppx_hardcaml
  2426. ppx_hash
  2427. ppx_hegel_compat
  2428. ppx_hegel_generator
  2429. ppx_hegel_test
  2430. ppx_here
  2431. ppx_ignore_instrumentation
  2432. ppx_import
  2433. ppx_inline_alcotest
  2434. ppx_inline_test
  2435. ppx_inline_test_nobase
  2436. ppx_interact
  2437. ppx_irmin
  2438. ppx_jane
  2439. ppx_js_style
  2440. ppx_jsobject_conv
  2441. ppx_jsonaf_conv
  2442. ppx_let
  2443. ppx_log
  2444. ppx_lun
  2445. ppx_make
  2446. ppx_map
  2447. ppx_marshal
  2448. ppx_marshal_ext
  2449. ppx_matches
  2450. ppx_meta_conv
  2451. ppx_mica
  2452. ppx_mikmatch
  2453. ppx_minidebug
  2454. ppx_mixins
  2455. ppx_module_timer
  2456. ppx_monad
  2457. ppx_monoid >= "0.3.2"
  2458. ppx_mysql
  2459. ppx_open
  2460. ppx_optcomp
  2461. ppx_optcomp_nobase
  2462. ppx_optint
  2463. ppx_optional
  2464. ppx_parser
  2465. ppx_partial
  2466. ppx_pattern_bind
  2467. ppx_pbt
  2468. ppx_pipebang
  2469. ppx_protocol_conv
  2470. ppx_protocol_conv_json
  2471. ppx_protocol_conv_jsonm
  2472. ppx_protocol_conv_msgpack
  2473. ppx_protocol_conv_xml_light
  2474. ppx_protocol_conv_xmlm
  2475. ppx_protocol_conv_yaml
  2476. ppx_pyformat
  2477. ppx_python
  2478. ppx_quick_test
  2479. ppx_rapper
  2480. ppx_rapper_async
  2481. ppx_rapper_lwt
  2482. ppx_regexp >= "0.4.0"
  2483. ppx_repr
  2484. ppx_seq
  2485. ppx_sexp_conv
  2486. ppx_sexp_message
  2487. ppx_sexp_value
  2488. ppx_show
  2489. ppx_stable
  2490. ppx_stable_witness
  2491. ppx_string
  2492. ppx_string_conv
  2493. ppx_string_interpolation
  2494. ppx_subliner
  2495. ppx_system
  2496. ppx_test
  2497. ppx_tools
  2498. ppx_tools_versioned
  2499. ppx_trace
  2500. ppx_ts
  2501. ppx_tydi
  2502. ppx_type_directed_value
  2503. ppx_typed_fields
  2504. ppx_typerep_conv
  2505. ppx_tyre
  2506. ppx_units
  2507. ppx_unreachable
  2508. ppx_update
  2509. ppx_variants_conv
  2510. ppx_viewpattern
  2511. ppx_wideopen
  2512. ppx_windtrap
  2513. ppx_xml_conv
  2514. ppx_yojson
  2515. ppx_yojson_conv
  2516. ppx_yojson_conv_lib
  2517. ppxfind
  2518. ppxlib
  2519. ppxlib-tools
  2520. ppxlib_jane
  2521. ppxx
  2522. pratter
  2523. prbnmcn-basic-structures
  2524. prbnmcn-cgrph
  2525. prbnmcn-clustering
  2526. prbnmcn-dagger
  2527. prbnmcn-dagger-gsl
  2528. prbnmcn-dagger-stats
  2529. prbnmcn-dagger-test
  2530. prbnmcn-gnuplot
  2531. prbnmcn-linalg
  2532. prbnmcn-mcts
  2533. prbnmcn-proptest
  2534. prbnmcn-stats
  2535. prbnmcn-ucb1
  2536. prc
  2537. preface
  2538. prelude
  2539. pretty_expressive
  2540. prettym
  2541. primavera
  2542. print-table
  2543. printbox >= "0.3"
  2544. printbox-ext-plot
  2545. printbox-html
  2546. printbox-md
  2547. printbox-text >= "0.6.1"
  2548. proc-smaps
  2549. process_limits
  2550. processor
  2551. producer
  2552. prof_spacetime
  2553. profiling
  2554. profunctor
  2555. progress
  2556. prolect
  2557. prom
  2558. prometheus >= "0.6"
  2559. prometheus-app >= "0.6"
  2560. prometheus-eio
  2561. prometheus-liquidsoap >= "2"
  2562. prometheus-lwt
  2563. prometheus-reporter
  2564. promise
  2565. promise_jsoo
  2566. promise_jsoo_lwt
  2567. protocell
  2568. protocol-9p >= "1.0.0"
  2569. protocol-9p-tool >= "1.0.0"
  2570. protocol-9p-unix >= "1.0.0"
  2571. protocol_version_header
  2572. proton
  2573. provider
  2574. prr
  2575. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2576. psq >= "0.1.1"
  2577. ptmap >= "2.0.5"
  2578. ptset
  2579. public-suffix
  2580. pulseaudio >= "0.1.4"
  2581. pure-html
  2582. pure-splitmix >= "0.3"
  2583. purl
  2584. pvec
  2585. pxshot
  2586. py >= "1.1"
  2587. pyast
  2588. pyml >= "20210924"
  2589. pyml_bindgen >= "0.3.0"
  2590. pyre-ast
  2591. pyro-caml
  2592. pyro-caml-instruments
  2593. pyro-caml-ppx
  2594. pythonlib
  2595. qbf >= "0.3"
  2596. qcaml
  2597. qcheck >= "0.13"
  2598. qcheck-alcotest
  2599. qcheck-core
  2600. qcheck-lin
  2601. qcheck-multicoretests-util
  2602. qcheck-ounit
  2603. qcheck-stm
  2604. qcow >= "0.12.1"
  2605. qcow-stream
  2606. qcow-tool >= "0.12.1"
  2607. qcow-types
  2608. qdrant
  2609. qinap
  2610. qiskit
  2611. qmp >= "0.19.0"
  2612. qrencode
  2613. qtest >= "2.10.1"
  2614. queenshead
  2615. query-json
  2616. quests
  2617. quick_print
  2618. quickjs
  2619. quickterface
  2620. quill
  2621. radamsa
  2622. radare2 >= "0.0.3"
  2623. raga
  2624. randii
  2625. random
  2626. randomconv
  2627. randoml
  2628. range >= "0.8"
  2629. rangeSet
  2630. rankers
  2631. ravel
  2632. raven
  2633. rawlink
  2634. rawlink-eio
  2635. rawlink-lwt
  2636. raygui
  2637. raylib
  2638. raylib-callbacks
  2639. rdbg >= "1.196.12"
  2640. rdf >= "0.13.0"
  2641. rdf_impls
  2642. rdf_json_ld
  2643. rdf_lwt
  2644. rdf_mysql
  2645. rdf_postgresql
  2646. rdf_ppx
  2647. re >= "1.9.0"
  2648. re2
  2649. re2_stable
  2650. re_parser
  2651. rea
  2652. react-rules-of-hooks-ppx
  2653. reactiveData >= "0.2.4"
  2654. reactjs-jsx-ppx
  2655. readability_metrics
  2656. readline
  2657. reanalyze
  2658. reason
  2659. reason-react
  2660. reason-react-day-picker
  2661. reason-react-ppx
  2662. reason-standard
  2663. received
  2664. record_builder
  2665. records >= "1.0.0"
  2666. red-black-tree
  2667. reddit_api_async
  2668. reddit_api_kernel
  2669. redirect
  2670. redis >= "0.4"
  2671. redis-async
  2672. redis-lwt >= "0.4"
  2673. redis-sync >= "0.4"
  2674. reed-solomon-erasure >= "1.0.2"
  2675. reedsolomon
  2676. refl
  2677. regex_parser_intf
  2678. regl
  2679. regrade
  2680. relude
  2681. remu_ts
  2682. reparse
  2683. reparse-lwt
  2684. reparse-lwt-unix
  2685. reparse-unix
  2686. repr
  2687. repr-bench
  2688. repr-fuzz
  2689. requisite
  2690. res >= "5.0.1"
  2691. res_tailwindcss
  2692. rescript-syntax
  2693. rescriptdep
  2694. reshowcase
  2695. resource-pooling >= "1.1"
  2696. resource_cache
  2697. resp
  2698. resp-client
  2699. resp-mirage
  2700. resp-server >= "0.9"
  2701. resp-unix
  2702. resto
  2703. resto-acl
  2704. resto-cohttp
  2705. resto-cohttp-client
  2706. resto-cohttp-self-serving-client
  2707. resto-cohttp-server
  2708. resto-directory
  2709. resto-json
  2710. restricted
  2711. result
  2712. rfc1951 >= "0.8.1" & != "1.0.0"
  2713. rfc6287 >= "1.0.4"
  2714. rfc7748
  2715. rfsm >= "1.6-alpha-3"
  2716. rhythm
  2717. rich-string
  2718. ringo
  2719. ringo-lwt
  2720. rio
  2721. riot
  2722. river
  2723. rizzo
  2724. robotstxt
  2725. rock
  2726. rocq-core
  2727. rocq-devtools
  2728. rocqide
  2729. roman
  2730. root1d >= "0.5.1"
  2731. rope >= "0.6.2"
  2732. rosa
  2733. rosetta >= "0.2.0"
  2734. routes
  2735. rowex
  2736. rpc
  2737. rpc_parallel
  2738. rpclib
  2739. rpclib-async
  2740. rpclib-html
  2741. rpclib-js
  2742. rpclib-lwt
  2743. rpmfile
  2744. rpmfile-cli
  2745. rpmfile-eio
  2746. rpmfile-unix
  2747. rsdd
  2748. rss
  2749. rtop
  2750. rtree
  2751. rune
  2752. rungen
  2753. runtime_events_tools
  2754. runtime_events_tools_bare
  2755. rusage
  2756. rust-staticlib-gen
  2757. rust-staticlib-virtual
  2758. SZXX
  2759. safemoney
  2760. safepass >= "3.1"
  2761. saga
  2762. sail >= "0.15"
  2763. sail_c_backend
  2764. sail_coq_backend
  2765. sail_doc_backend
  2766. sail_latex_backend
  2767. sail_lean_backend
  2768. sail_lem_backend
  2769. sail_maker
  2770. sail_manifest
  2771. sail_ocaml_backend
  2772. sail_output
  2773. sail_smt_backend
  2774. sail_sv_backend
  2775. salsa20 >= "1.0.0"
  2776. salsa20-core >= "1.0.0"
  2777. salto-analyzer
  2778. saltoIL
  2779. samplerate >= "0.1.6"
  2780. sanddb >= "0.2"
  2781. sarek
  2782. sarif
  2783. satex
  2784. saturn
  2785. saturn_lockfree
  2786. satyrographos
  2787. savvy
  2788. scad_ml
  2789. scfg
  2790. scgi
  2791. scipy
  2792. scope
  2793. scrypt-kdf
  2794. sd_logic
  2795. sdl-liquidsoap >= "3"
  2796. search
  2797. searchTree
  2798. secp256k1 >= "0.4.1"
  2799. secp256k1-internal
  2800. secret
  2801. sedlex
  2802. sek
  2803. sel
  2804. semantic_version
  2805. semaphore-compat
  2806. semv
  2807. semver >= "0.2.1"
  2808. semver2
  2809. sendmail
  2810. sendmail-lwt
  2811. sendmail-miou-unix
  2812. sendmail-mirage
  2813. sentry
  2814. seq < "base"
  2815. seqes
  2816. sequencer_table
  2817. serde
  2818. serde_debug
  2819. serde_derive
  2820. serde_json
  2821. serde_sexpr
  2822. serde_xml
  2823. serial
  2824. serialport
  2825. server-reason-react != "0.4.1"
  2826. session >= "0.4.1"
  2827. session-cohttp >= "0.4.1"
  2828. session-cohttp-async >= "0.4.1"
  2829. session-cohttp-lwt >= "0.4.1"
  2830. session-cookie
  2831. session-cookie-async
  2832. session-cookie-lwt
  2833. session-postgresql >= "0.4.1"
  2834. session-postgresql-async
  2835. session-postgresql-lwt
  2836. session-redis-lwt >= "0.4.1"
  2837. session-webmachine >= "0.4.1"
  2838. setcore >= "1.0.2"
  2839. sexp
  2840. sexp_decode
  2841. sexp_diff
  2842. sexp_diff_kernel
  2843. sexp_grammar
  2844. sexp_macro
  2845. sexp_pretty
  2846. sexp_select
  2847. sexp_string_quickcheck
  2848. sexplib >= "v0.13.0"
  2849. sexplib0 >= "v0.12.0"
  2850. sexps-rewriter
  2851. sgf
  2852. sha >= "1.13"
  2853. sha256-cng
  2854. shades
  2855. shakuhachi
  2856. shapefile
  2857. shared-block-ring
  2858. shared-memory-ring
  2859. shared-memory-ring-lwt
  2860. shared-secret >= "0.4"
  2861. shell
  2862. shellwords
  2863. sherlodoc
  2864. shexp
  2865. shine >= "0.2.2"
  2866. shuttle
  2867. shuttle_http
  2868. shuttle_ssl
  2869. shuttle_websocket
  2870. sifun
  2871. signal
  2872. sihl
  2873. sihl-cache
  2874. sihl-contract
  2875. sihl-core
  2876. sihl-email
  2877. sihl-facade
  2878. sihl-persistence
  2879. sihl-queue
  2880. sihl-session
  2881. sihl-storage
  2882. sihl-token
  2883. sihl-type
  2884. sihl-user
  2885. sihl-web
  2886. simlog
  2887. simple63
  2888. simple_httpd
  2889. simple_httpd_caqti
  2890. sitemap
  2891. sklearn
  2892. slack
  2893. slacko
  2894. slice
  2895. slipshow
  2896. slug
  2897. slugline
  2898. sm
  2899. smaji_glyph_path
  2900. smart-print >= "0.3.0"
  2901. smaws-clients
  2902. smaws-lib
  2903. smol
  2904. smol-helpers
  2905. smtlib-utils
  2906. smtml
  2907. snappy
  2908. snf_mcp
  2909. snkv
  2910. snoke
  2911. so
  2912. sodium-fmt
  2913. solid
  2914. solid_server
  2915. solid_tools
  2916. solidity-alcotest
  2917. solidity-common
  2918. solidity-parser
  2919. solidity-test
  2920. solidity-typechecker
  2921. solo5-elftool
  2922. sortedseq_intersect
  2923. sosie
  2924. soteria
  2925. soundtouch >= "0.1.9"
  2926. soupault
  2927. sowilo
  2928. spacetime_lib
  2929. spatial-shell
  2930. spawn < "v0.9.0" | >= "v0.13.0"
  2931. spdx_licenses
  2932. spectrum
  2933. spectrum_capabilities
  2934. spectrum_palette_ppx
  2935. spectrum_palettes
  2936. spectrum_tools
  2937. speed
  2938. speex
  2939. spelll >= "0.4"
  2940. spices
  2941. spin
  2942. splay_tree
  2943. splittable_random
  2944. spoc
  2945. spoc_ppx
  2946. spoke
  2947. spotify-web-api
  2948. spotify_ml
  2949. spotlib >= "4.1.0"
  2950. spurs
  2951. sqids
  2952. sqlgg >= "20200521"
  2953. sqlite3 >= "4.4.1"
  2954. sqlite3_utils
  2955. srt
  2956. ssh-agent >= "0.2.0"
  2957. ssl >= "0.5.6"
  2958. starpath
  2959. starred_ml
  2960. statocaml
  2961. statocaml_changelog
  2962. statocaml_community
  2963. statocaml_db
  2964. statocaml_github
  2965. statocaml_go
  2966. statocaml_gui
  2967. statocaml_html
  2968. statocaml_plots
  2969. statocaml_profile
  2970. stdcompat >= "19"
  2971. stdint >= "0.6.0"
  2972. stdint-literals
  2973. stdio
  2974. stdlib-diff
  2975. stdlib-random
  2976. stdlib-shims
  2977. stdune
  2978. stem
  2979. stitch
  2980. stk
  2981. stk_iconv
  2982. stk_ocf
  2983. stk_ppx
  2984. stk_rdf
  2985. stk_xml
  2986. stog >= "0.20.0"
  2987. stog_all
  2988. stog_asy
  2989. stog_dot
  2990. stog_extern
  2991. stog_markdown
  2992. stog_multi_doc
  2993. stog_nocaml
  2994. stog_noexec
  2995. stog_plugins
  2996. stog_rdf
  2997. stog_rel_href
  2998. stog_server
  2999. stog_server_multi
  3000. stog_sitemap
  3001. stog_writing
  3002. stone >= "0.5.2"
  3003. store
  3004. store-dict
  3005. store-pushqueue
  3006. stored_reversed
  3007. stramon-lib
  3008. streamable
  3009. streaming
  3010. string_dict
  3011. stringCodepointSplitter
  3012. stringext >= "1.6.0"
  3013. stringx
  3014. sturgeon >= "0.4.2"
  3015. styled-ppx
  3016. subprocess
  3017. subscriptions-transport-ws
  3018. subtype-refinement >= "0.2"
  3019. sun
  3020. svmwrap
  3021. swagger >= "0.2.0"
  3022. swapfs
  3023. swhid
  3024. swhid_compute
  3025. swhid_core
  3026. swhid_types
  3027. swipl
  3028. syguslib-utils
  3029. symex
  3030. symphony-orchestrator-tui
  3031. synchronizer
  3032. syncweb
  3033. syndic >= "1.6.0"
  3034. synopsis
  3035. sys-socket
  3036. sys-socket-unix
  3037. syslog >= "2.0.1"
  3038. syslog-message >= "1.0.0"
  3039. syslog-rfc5424
  3040. systemverilog >= "0.0.2"
  3041. syto
  3042. tablecloth-base
  3043. tablecloth-melange
  3044. tablecloth-native < "transition"
  3045. tabr
  3046. tacit
  3047. taglib >= "0.3.7"
  3048. talaria-bibtex
  3049. tally
  3050. tally-mkernel
  3051. talon
  3052. tar
  3053. tar-eio
  3054. tar-mirage
  3055. tar-unix
  3056. tbls
  3057. tcalc
  3058. tcpip
  3059. tcs-lib
  3060. tdigest
  3061. tdmrep
  3062. telemetry
  3063. telltime
  3064. tensorboard
  3065. term-indexing
  3066. term-tools
  3067. termaid
  3068. terminal
  3069. terminal_size >= "0.1.4"
  3070. terminus
  3071. terminus-cohttp
  3072. terminus-hlc
  3073. terml
  3074. testcontainers
  3075. testcontainers-elasticsearch
  3076. testcontainers-kafka
  3077. testcontainers-localstack
  3078. testcontainers-memcached
  3079. testcontainers-mockserver
  3080. testcontainers-mongo
  3081. testcontainers-mysql
  3082. testcontainers-postgres
  3083. testcontainers-rabbitmq
  3084. testcontainers-redis
  3085. testo
  3086. testo-diff
  3087. testo-lwt
  3088. testo-util
  3089. testu01
  3090. textmate-language
  3091. textrazor
  3092. textutils
  3093. textutils_kernel
  3094. textwrap >= "0.2.1"
  3095. tezos-base58
  3096. tezos-context-hash
  3097. tezt < "3.1.0" | >= "4.3.0"
  3098. tezt-bam
  3099. theo
  3100. theora
  3101. thread-local-storage
  3102. thread-table
  3103. thrift
  3104. tidy
  3105. tidy_email
  3106. tidy_email_mailgun
  3107. tidy_email_sendgrid
  3108. tidy_email_smtp
  3109. tilde_f
  3110. time_now
  3111. timed >= "1.1"
  3112. timedesc
  3113. timedesc-json
  3114. timedesc-sexp
  3115. timedesc-tzdb
  3116. timedesc-tzlocal
  3117. timedesc-tzlocal-js
  3118. timere
  3119. timere-parse
  3120. timezone
  3121. timmy
  3122. timmy-jsoo
  3123. timmy-lwt
  3124. timmy-unix
  3125. tiny_httpd
  3126. tiny_httpd_camlzip
  3127. tiny_httpd_eio
  3128. tinyfiledialogs
  3129. tip-parser >= "0.4"
  3130. tldr
  3131. tls >= "0.12.8"
  3132. tls-async
  3133. tls-eio
  3134. tls-liquidsoap
  3135. tls-lwt
  3136. tls-miou-unix
  3137. tls-mirage
  3138. tm-grammars
  3139. toc
  3140. toffee
  3141. tofn
  3142. togglelog
  3143. toml
  3144. toml-cconv
  3145. toml_cconv
  3146. top-closure
  3147. toplevel_backend
  3148. toplevel_expect_test
  3149. topojson
  3150. topojsone
  3151. topological_sort
  3152. topup
  3153. torch
  3154. tqdm
  3155. trace
  3156. trace-fuchsia
  3157. trace-runtime-events
  3158. trace-tef
  3159. tracing
  3160. tracy-client
  3161. trail
  3162. traits
  3163. trampoline
  3164. transept
  3165. transom
  3166. traverse
  3167. travesty
  3168. trax >= "0.4.0"
  3169. tree-sitter
  3170. tree_layout >= "0.2"
  3171. treeprint >= "2.3.0"
  3172. trexio
  3173. trie
  3174. trs
  3175. tsdl-image >= "0.3.0"
  3176. tsdl-mixer
  3177. tsdl-ttf >= "0.3"
  3178. tsort
  3179. tty
  3180. tube >= "4.4.0"
  3181. tuntap
  3182. tw
  3183. twirp_cohttp_lwt_unix
  3184. twirp_core
  3185. twirp_ezcurl
  3186. twirp_tiny_httpd
  3187. twostep
  3188. tyabt
  3189. type_eq
  3190. type_id
  3191. typed_list
  3192. typeid
  3193. typerep >= "v0.13.0"
  3194. typeset
  3195. tyre >= "0.5"
  3196. tyxml >= "4.3.0"
  3197. tyxml-jsx
  3198. tyxml-lwd
  3199. tyxml-ppx >= "4.3.0"
  3200. tyxml-syntax
  3201. UnifiedScript_Std
  3202. UnifiedScript_Top
  3203. ubase
  3204. ubpf >= "0.2"
  3205. ucharset
  3206. uecc >= "0.3"
  3207. ufind
  3208. uint >= "2.0.1"
  3209. ulid
  3210. um-abt
  3211. unic
  3212. unidecode
  3213. union-find-lattice
  3214. unionFind
  3215. uniq
  3216. unisim_archisec
  3217. unison < "2.53.4"
  3218. universal-portal
  3219. universo
  3220. unix-errno >= "0.6.0"
  3221. unix-type-representations >= "0.1.3"
  3222. unstrctrd
  3223. uopt
  3224. uri >= "2.2.1"
  3225. uri-bench
  3226. uri-re
  3227. uri-sexp
  3228. uring
  3229. uring-trace
  3230. uritemplate
  3231. urn
  3232. user-agent-parser
  3233. username_kernel
  3234. uspf
  3235. uspf-lwt
  3236. uspf-mirage
  3237. uspf-unix
  3238. utcp
  3239. utop
  3240. uuuu >= "0.1.1"
  3241. validate
  3242. validator
  3243. valkey
  3244. variantslib >= "v0.13.0"
  3245. varray
  3246. vcaml
  3247. vcardgen >= "1.2"
  3248. vchan
  3249. vchan-unix
  3250. vchan-xen
  3251. vdom
  3252. vec
  3253. vector
  3254. vector3 >= "1.0.0"
  3255. vendredi
  3256. vercel
  3257. verdict
  3258. versioned_polling_state_rpc
  3259. vhd-format >= "0.12.0"
  3260. vhd-format-lwt
  3261. vif
  3262. vifu
  3263. vinary-tree-interop
  3264. virtfs
  3265. virtual_dom
  3266. virtual_dom_toplayer
  3267. visitors >= "20200207"
  3268. vlq >= "0.2.1"
  3269. vlt
  3270. vmnet
  3271. vocal
  3272. volgo
  3273. volgo-base
  3274. volgo-git-backend
  3275. volgo-git-eio
  3276. volgo-git-unix
  3277. volgo-hg-backend
  3278. volgo-hg-eio
  3279. volgo-hg-unix
  3280. volgo-vcs
  3281. voqc
  3282. vorbis
  3283. vpt >= "5.0.0"
  3284. vscoq-language-server < "2.3.3"
  3285. vsrocq-language-server
  3286. vue-jsoo
  3287. vue-ppx
  3288. wall
  3289. wasm >= "2.0.2"
  3290. wasm_of_ocaml-compiler < "6.1.0" | >= "6.4.0"
  3291. wasmer
  3292. wasmtime
  3293. wax
  3294. wax-lib
  3295. wayland
  3296. waylaunch
  3297. wcwidth
  3298. webauthn
  3299. weberizer >= "0.8"
  3300. webmachine >= "0.6.2"
  3301. websocket >= "2.12"
  3302. websocket-async
  3303. websocket-lwt
  3304. websocket-lwt-unix
  3305. websocketaf
  3306. webtest
  3307. webtest-js
  3308. why3find
  3309. wikitext
  3310. win-error >= "1.0"
  3311. win-eventlog >= "0.3"
  3312. windtrap
  3313. winsvc
  3314. wire
  3315. wol
  3316. wol-eio
  3317. wol-mirage
  3318. ws
  3319. ws-server
  3320. wseg
  3321. wtf8 >= "1.0.2"
  3322. wtr
  3323. wtr-ppx
  3324. wu-manber-fuzzy-search
  3325. x509
  3326. x86_64-esperanto >= "0.0.6"
  3327. xapi-backtrace
  3328. xapi-inventory
  3329. xapi-rrd
  3330. xapi-stdext-date
  3331. xapi-stdext-encodings
  3332. xapi-stdext-pervasives
  3333. xapi-stdext-std
  3334. xapi-stdext-threads
  3335. xapi-stdext-unix
  3336. xapi-stdext-zerocheck
  3337. xcursor
  3338. xdg
  3339. xdg-basedir
  3340. xdge
  3341. xedbindings
  3342. xen-evtchn
  3343. xen-evtchn-unix
  3344. xen-gnt
  3345. xen-gnt-unix
  3346. xenstore
  3347. xenstore-tool
  3348. xenstore_transport >= "1.1.0"
  3349. xgboost
  3350. xkbcommon
  3351. xlsx2csv
  3352. xmelly
  3353. xml-light >= "2.5"
  3354. xmldiff >= "0.7.0"
  3355. xmldiff_js
  3356. xmlplaylist >= "0.1.5"
  3357. xoshiro
  3358. xtmpl >= "0.19.0"
  3359. xtmpl_js
  3360. xtmpl_ppx
  3361. yaml >= "1.0.0"
  3362. yaml-sexp
  3363. yamlx
  3364. yara >= "0.2"
  3365. yocaml
  3366. yocaml_cmark
  3367. yocaml_cmarkit
  3368. yocaml_eio
  3369. yocaml_git
  3370. yocaml_jingoo
  3371. yocaml_liquid
  3372. yocaml_markdown
  3373. yocaml_mustache
  3374. yocaml_omd
  3375. yocaml_otoml
  3376. yocaml_runtime
  3377. yocaml_syndication
  3378. yocaml_unix
  3379. yocaml_yaml
  3380. yojson >= "1.5.0"
  3381. yojson-bench
  3382. yojson-five
  3383. yosqlite
  3384. yultracer
  3385. yurt >= "0.6"
  3386. yuscii >= "0.2.1"
  3387. yuujinchou
  3388. zanuda
  3389. zar
  3390. zarith-ppx
  3391. zarith_stubs_js
  3392. zarr
  3393. zarr-eio
  3394. zarr-lwt
  3395. zarr-sync
  3396. zdd
  3397. zed >= "2.0.6"
  3398. zeit
  3399. zelus
  3400. zelus-gtk
  3401. zipperposition
  3402. zipperposition-tools
  3403. zlib
  3404. zlist >= "0.4.0"
  3405. zmq >= "5.1.0"
  3406. zmq-async >= "5.1.0"
  3407. zmq-eio
  3408. zmq-lwt >= "5.1.0"
  3409. zstandard
  3410. zstd >= "0.3"
  3411. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "2.0.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"