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