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