package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.5.0.tbz
sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610
sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d

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 supports multi-package development by simply dropping multiple repositories into the same directory.

It 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

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It 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.

Main workflow AppVeyor status Release

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. 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 low 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. You don't need make or bash, as long as the packages themselves don't use bash explicitly.

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

Take n repositories that use Dune and arrange them in any way on the file system. The result is still a single repository that Dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

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

Building 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.

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 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

If you have questions about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

Dune was formerly known as Jbuilder. Migration from Jbuilder to Dune is described in the manual.

Status

Dune is fairly stable and used by the majority of packages on Opam. Note that Dune retains backward compatibility with Jbuilder, and in particular, existing Jbuilder projects will continue to be buildable with Dune.

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