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