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