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.

Published: 23 Jun 2025

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