package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

Description

Dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

Dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

Dune is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Added to opam-repository:

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

Issues Discussions Discuss OCaml Discord

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

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

Dev Dependencies (15)

  1. melange with-dev-setup & >= "4.0.0-51" & os != "win32"
  2. utop with-dev-setup & >= "2.6.0" & os != "win32"
  3. ctypes with-dev-setup & os != "win32"
  4. ppxlib with-dev-setup & os != "win32"
  5. ppx_inline_test with-dev-setup & os != "win32"
  6. ppx_expect with-dev-setup & >= "v0.17" & os != "win32"
  7. odoc with-dev-setup & >= "2.4.0" & os != "win32"
  8. ocamlfind with-dev-setup & os != "win32"
  9. menhir with-dev-setup & os != "win32"
  10. mdx with-dev-setup & >= "2.3.0" & os != "win32"
  11. js_of_ocaml-compiler with-dev-setup & os != "win32"
  12. js_of_ocaml with-dev-setup & os != "win32"
  13. csexp with-dev-setup & >= "1.3.0"
  14. cinaps with-dev-setup
  15. lwt with-dev-setup & os != "win32"

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