package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.12.2.tbz
sha256=e8aa5f01fee83efac8733df0bec3e23aaecdb4524bc58b8065cd18cc07295fb3
sha512=ae6039c67a1eca9f946b67bdc84433cafe0648d51d22600b1b108fa5712db34524958137cb3a0d82b5a965c66dae7dc4c9619796eda8f72246178885e460f601

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: 08 Jan 2024

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.3"

Dev Dependencies

None

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