package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.17.2.tbz
sha256=9deafeed0ecfe9e65e642cd8e6197f0864f73fcd7b94b5b199ae4d2e07a2ea64
sha512=1e85bb297a12c9571b8645541d85a719deffb619d5e4f48dbf4566ac14e9f385d8a05342698a6f9c81ba17325b1da4ad004a5772d66cd88ed135c43d43e88f9e

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 Coverage 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.08.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.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.4"

Dev Dependencies (15)

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

Conflicts (7)

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